Change .timeago color and align notification, fix #4502
This commit is contained in:
parent
5598cd803a
commit
fcad95109f
3 changed files with 8 additions and 6 deletions
|
|
@ -32,8 +32,6 @@ header
|
|||
.notification_element
|
||||
font-size: 13px
|
||||
.timeago
|
||||
color: #aaa
|
||||
text-decoration: none
|
||||
border: medium none
|
||||
cursor: text
|
||||
.unread-setter
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
.timeago {
|
||||
color: $text-grey;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
body > #container { margin-top: 50px; } /* to avoid being hidden under the header in the SPV */
|
||||
|
||||
body > header {
|
||||
|
|
@ -155,15 +160,16 @@ body > header {
|
|||
|
||||
.notification_element {
|
||||
padding: 10px;
|
||||
padding-left: 50px;
|
||||
min-height: 30px;
|
||||
|
||||
&:hover { background-color: $highlight-white; }
|
||||
|
||||
> img {
|
||||
.avatar {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
&.unread {
|
||||
|
|
|
|||
|
|
@ -135,8 +135,6 @@
|
|||
color: #3f8fba;
|
||||
}
|
||||
.timeago {
|
||||
color: #aaaaaa;
|
||||
text-decoration: none;
|
||||
font-size: smaller;
|
||||
}
|
||||
.count {
|
||||
|
|
|
|||
Loading…
Reference in a new issue