mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
correct bad styling in user->pref->categories
This commit is contained in:
parent
79daa4b410
commit
8b95511816
4 changed files with 19 additions and 19 deletions
app/assets
javascripts/discourse/templates
stylesheets
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue