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
|
.notification_element
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
.timeago
|
.timeago
|
||||||
color: #aaa
|
|
||||||
text-decoration: none
|
|
||||||
border: medium none
|
border: medium none
|
||||||
cursor: text
|
cursor: text
|
||||||
.unread-setter
|
.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 > #container { margin-top: 50px; } /* to avoid being hidden under the header in the SPV */
|
||||||
|
|
||||||
body > header {
|
body > header {
|
||||||
|
|
@ -155,15 +160,16 @@ body > header {
|
||||||
|
|
||||||
.notification_element {
|
.notification_element {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
padding-left: 50px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
|
||||||
&:hover { background-color: $highlight-white; }
|
&:hover { background-color: $highlight-white; }
|
||||||
|
|
||||||
> img {
|
.avatar {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-left: -40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.unread {
|
&.unread {
|
||||||
|
|
|
||||||
|
|
@ -135,8 +135,6 @@
|
||||||
color: #3f8fba;
|
color: #3f8fba;
|
||||||
}
|
}
|
||||||
.timeago {
|
.timeago {
|
||||||
color: #aaaaaa;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
.count {
|
.count {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue