Merge pull request #2513 from awesomerobot/master
fixing PM title alignment
This commit is contained in:
commit
292d436eaa
|
@ -61,7 +61,11 @@
|
|||
.private-message-glyph { display: none; }
|
||||
}
|
||||
|
||||
.private-message-glyph { color: scale-color($primary, $lightness: 75%); }
|
||||
.private-message-glyph {
|
||||
color: scale-color($primary, $lightness: 75%);
|
||||
float: left;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
.private_message #topic-title .private-message-glyph { display: inline; }
|
||||
|
||||
a.reply-new {
|
||||
|
|
Loading…
Reference in New Issue