mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 16:44:31 +00:00
fixing .post-info-sent position
This commit is contained in:
parent
444ae91ed3
commit
0487f381fd
@ -1401,7 +1401,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
||||
text-decoration: none;
|
||||
top: 12px;
|
||||
right: 0;
|
||||
padding-right: 15px;
|
||||
padding-right: 11px;
|
||||
text-align: right;
|
||||
color: #8a8691;
|
||||
}
|
||||
@ -1574,39 +1574,32 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
||||
}
|
||||
|
||||
.post-rt-reference {
|
||||
padding: 5px;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
border: 1px solid #eee;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.post-rt-reference:hover {
|
||||
background-color: #FFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
.post-rt-reference .post-photo {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.post-rt-reference .post-photo img {
|
||||
width: 16px;
|
||||
height: auto;
|
||||
display: none;
|
||||
}
|
||||
.post-rt-reference .post-info-name {
|
||||
font-size: 12px;
|
||||
}
|
||||
.post-rt-reference .post-text {
|
||||
margin: 0;
|
||||
margin: 5px 0 0 0;
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
line-height: 130%;
|
||||
}
|
||||
.post-rt-reference .post-info-time {
|
||||
color: #B3B5B7;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
font-size: 12px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.forEdition.profile-card {
|
||||
|
@ -157,7 +157,7 @@
|
||||
text-decoration: none
|
||||
top: 12px
|
||||
right: 0
|
||||
padding-right: 15px
|
||||
padding-right: 11px
|
||||
text-align: right
|
||||
color: lighten($dark-grey,30%)
|
||||
&:hover
|
||||
@ -330,31 +330,22 @@
|
||||
|
||||
|
||||
.post-rt-reference
|
||||
padding: 5px
|
||||
padding: 10px
|
||||
margin-top: 10px
|
||||
position: relative
|
||||
border: 1px solid #eee
|
||||
|
||||
+border-radius(3px)
|
||||
&:hover
|
||||
background-color: #FFF
|
||||
cursor: pointer
|
||||
.post-photo
|
||||
width: 16px
|
||||
height: 16px
|
||||
margin-right: 4px
|
||||
margin-bottom: 4px
|
||||
img
|
||||
width: 16px
|
||||
height: auto
|
||||
display: none
|
||||
.post-info-name
|
||||
font-size: 12px
|
||||
.post-text
|
||||
margin: 0
|
||||
margin: 5px 0 0 0
|
||||
clear: both
|
||||
font-size: 12px
|
||||
line-height: 130%
|
||||
.post-info-time
|
||||
color: #B3B5B7
|
||||
top: 5px
|
||||
right: 5px
|
||||
font-size: 12px
|
||||
display: none
|
||||
|
Loading…
x
Reference in New Issue
Block a user