fixed tag styling in acp

v1.18.x
psychobunny 11 years ago
parent 9a1fe2e2cc
commit 366c7841fe

@ -313,6 +313,10 @@
.tags {
.tag-list {
h3 {
min-width: 225px;
}
.tag-row {
a {
display: inline-block;
@ -326,6 +330,33 @@
}
}
}
.tag-item {
border: solid 1px @gray-light;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
background-color: transparent;
color: @gray-light;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
white-space: nowrap;
}
.tag-topic-count {
border: solid 1px lighten(@brand-primary, 20%);
background-color: lighten(@brand-primary, 20%);
color: #FFFFFF;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
white-space: nowrap;
border-left: none;
padding-right: 5px;
padding-left: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
}

Loading…
Cancel
Save