Browse Source

fixing .post-info-sent position

nin-v2
myleneb 9 years ago
parent
commit
0487f381fd
  1. 23
      css/style.css
  2. 21
      sass/layout/_postboard.sass

23
css/style.css

@ -1401,7 +1401,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
text-decoration: none; text-decoration: none;
top: 12px; top: 12px;
right: 0; right: 0;
padding-right: 15px; padding-right: 11px;
text-align: right; text-align: right;
color: #8a8691; color: #8a8691;
} }
@ -1574,39 +1574,32 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
} }
.post-rt-reference { .post-rt-reference {
padding: 5px; padding: 10px;
margin-top: 10px; margin-top: 10px;
position: relative; position: relative;
border: 1px solid #eee; border: 1px solid #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
} }
.post-rt-reference:hover { .post-rt-reference:hover {
background-color: #FFF; background-color: #FFF;
cursor: pointer; cursor: pointer;
} }
.post-rt-reference .post-photo { .post-rt-reference .post-photo {
width: 16px; display: none;
height: 16px;
margin-right: 4px;
margin-bottom: 4px;
}
.post-rt-reference .post-photo img {
width: 16px;
height: auto;
} }
.post-rt-reference .post-info-name { .post-rt-reference .post-info-name {
font-size: 12px; font-size: 12px;
} }
.post-rt-reference .post-text { .post-rt-reference .post-text {
margin: 0; margin: 5px 0 0 0;
clear: both; clear: both;
font-size: 12px; font-size: 12px;
line-height: 130%; line-height: 130%;
} }
.post-rt-reference .post-info-time { .post-rt-reference .post-info-time {
color: #B3B5B7; display: none;
top: 5px;
right: 5px;
font-size: 12px;
} }
.forEdition.profile-card { .forEdition.profile-card {

21
sass/layout/_postboard.sass

@ -157,7 +157,7 @@
text-decoration: none text-decoration: none
top: 12px top: 12px
right: 0 right: 0
padding-right: 15px padding-right: 11px
text-align: right text-align: right
color: lighten($dark-grey,30%) color: lighten($dark-grey,30%)
&:hover &:hover
@ -330,31 +330,22 @@
.post-rt-reference .post-rt-reference
padding: 5px padding: 10px
margin-top: 10px margin-top: 10px
position: relative position: relative
border: 1px solid #eee border: 1px solid #eee
+border-radius(3px)
&:hover &:hover
background-color: #FFF background-color: #FFF
cursor: pointer cursor: pointer
.post-photo .post-photo
width: 16px display: none
height: 16px
margin-right: 4px
margin-bottom: 4px
img
width: 16px
height: auto
.post-info-name .post-info-name
font-size: 12px font-size: 12px
.post-text .post-text
margin: 0 margin: 5px 0 0 0
clear: both clear: both
font-size: 12px font-size: 12px
line-height: 130% line-height: 130%
.post-info-time .post-info-time
color: #B3B5B7 display: none
top: 5px
right: 5px
font-size: 12px

Loading…
Cancel
Save