tweak new topic styling

This commit is contained in:
Sam 2014-09-04 11:07:15 +10:00
parent ab7242f7f8
commit d6a5552340
2 changed files with 8 additions and 1 deletions

View file

@ -84,10 +84,12 @@ h1 a.badge-category div {vertical-align: top;}
background-color: transparent; background-color: transparent;
color: scale-color($tertiary, $lightness: 20%); color: scale-color($tertiary, $lightness: 20%);
font-weight: normal; font-weight: normal;
font-size: 13px;
} }
&.new-topic::before { &.new-topic::before {
content: ""; content: "";
margin-right: 2px;
} }
// Click count // Click count

View file

@ -97,7 +97,12 @@
.badge-notification { .badge-notification {
position: relative; position: relative;
top: -2px; top: -2px;
&.new-topic {
top: 0px;
padding-left: 5px;
}
} }
.category { .category {
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
min-width: 80px; min-width: 80px;