Browse Source

fixing .post-info-sent position

nin-v2
myleneb 9 years ago
parent
commit
444ae91ed3
  1. 17
      css/style.css
  2. 18
      sass/layout/_postboard.sass

17
css/style.css

@ -1389,8 +1389,8 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
.post-info-sent { .post-info-sent {
display: block; display: block;
position: absolute; position: absolute;
top: 0; top: -10px;
left: 3px; right: 0;
font-size: 15px; font-size: 15px;
} }
@ -1400,7 +1400,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
line-height: 0.8rem; line-height: 0.8rem;
text-decoration: none; text-decoration: none;
top: 12px; top: 12px;
right: 15px; right: 0;
padding-right: 15px;
text-align: right;
color: #8a8691; color: #8a8691;
} }
.post-info-time:hover { .post-info-time:hover {
@ -1420,7 +1422,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
.post-context { .post-context {
font-size: 0.8rem; font-size: 0.8rem;
line-height: 0.8rem; line-height: 0.8rem;
margin: 2px 10px 4px 60px; margin: 2px 0 4px 60px;
color: #8a8691; color: #8a8691;
} }
.post-context.post-retransmited-by-container { .post-context.post-retransmited-by-container {
@ -1576,7 +1578,6 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
margin-top: 10px; margin-top: 10px;
position: relative; position: relative;
border: 1px solid #eee; border: 1px solid #eee;
font-size: 11px !important;
} }
.post-rt-reference:hover { .post-rt-reference:hover {
background-color: #FFF; background-color: #FFF;
@ -1593,17 +1594,19 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
height: auto; height: auto;
} }
.post-rt-reference .post-info-name { .post-rt-reference .post-info-name {
font-size: 11px; font-size: 12px;
} }
.post-rt-reference .post-text { .post-rt-reference .post-text {
margin: 0; margin: 0;
clear: both; clear: both;
font-size: 12px;
line-height: 130%;
} }
.post-rt-reference .post-info-time { .post-rt-reference .post-info-time {
font-size: 9px;
color: #B3B5B7; color: #B3B5B7;
top: 5px; top: 5px;
right: 5px; right: 5px;
font-size: 12px;
} }
.forEdition.profile-card { .forEdition.profile-card {

18
sass/layout/_postboard.sass

@ -145,8 +145,8 @@
.post-info-sent .post-info-sent
display: block display: block
position: absolute position: absolute
top: 0 top: -10px
left: 3px right: 0
font-size: 15px font-size: 15px
@ -156,7 +156,9 @@
line-height: .8rem line-height: .8rem
text-decoration: none text-decoration: none
top: 12px top: 12px
right: 15px right: 0
padding-right: 15px
text-align: right
color: lighten($dark-grey,30%) color: lighten($dark-grey,30%)
&:hover &:hover
color: lighten($dark-grey,5%) color: lighten($dark-grey,5%)
@ -173,7 +175,7 @@
.post-context .post-context
font-size: .8rem font-size: .8rem
line-height: .8rem line-height: .8rem
margin: 2px 10px 4px 60px margin: 2px 0 4px 60px
color: lighten($dark-grey,30%) color: lighten($dark-grey,30%)
&.post-retransmited-by-container &.post-retransmited-by-container
margin: 0 0 1em margin: 0 0 1em
@ -332,7 +334,7 @@
margin-top: 10px margin-top: 10px
position: relative position: relative
border: 1px solid #eee border: 1px solid #eee
font-size: 11px!important
&:hover &:hover
background-color: #FFF background-color: #FFF
cursor: pointer cursor: pointer
@ -345,12 +347,14 @@
width: 16px width: 16px
height: auto height: auto
.post-info-name .post-info-name
font-size: 11px font-size: 12px
.post-text .post-text
margin: 0 margin: 0
clear: both clear: both
font-size: 12px
line-height: 130%
.post-info-time .post-info-time
font-size: 9px
color: #B3B5B7 color: #B3B5B7
top: 5px top: 5px
right: 5px right: 5px
font-size: 12px

Loading…
Cancel
Save