correct bad styling in user->pref->categories

This commit is contained in:
Sam 2015-01-31 17:04:53 +11:00
parent 79daa4b410
commit 8b95511816
4 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
<div class='autocomplete'>
<ul>
{{#each option in options}}
<li>{{category-link option allowUncategorized="true" link="false"}}</li>
<li><a>{{category-link option allowUncategorized="true" link="false"}}</a></li>
{{/each}}
</ul>
</div>

View File

@ -93,6 +93,24 @@ h1 a.badge-category div {vertical-align: top;}
float: left;
}
.user-preferences .autocomplete .badge-wrapper .badge-category {
margin: 2px;
font-weight: normal;
}
.user-preferences .autocomplete .selected .badge-wrapper .badge-category {
font-weight: bold;
}
.ac-wrap {
.badge-wrapper span {
padding-top: 3px;
padding-bottom: 0;
height: 20px;
max-width: 200px;
}
}
// specific styles for badge categories
.bar .badge-category {

View File

@ -26,15 +26,6 @@
width: 500px;
}
.autocomplete .badge-category {
margin: 2px;
font-weight: normal;
}
.autocomplete .badge-category.selected {
font-weight: bold;
}
textarea {
width: 530px;
height: 100px;

View File

@ -94,15 +94,6 @@
input.category-group {
}
.autocomplete .badge-category {
margin: 2px;
font-weight: normal;
}
.autocomplete .badge-category.selected {
font-weight: bold;
}
textarea {
height: 100px;
}