mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
|
@ -1,7 +1,7 @@
|
||||||
<div class='autocomplete'>
|
<div class='autocomplete'>
|
||||||
<ul>
|
<ul>
|
||||||
{{#each option in options}}
|
{{#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}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -93,6 +93,24 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
float: left;
|
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
|
// specific styles for badge categories
|
||||||
|
|
||||||
.bar .badge-category {
|
.bar .badge-category {
|
||||||
|
|
|
@ -26,15 +26,6 @@
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete .badge-category {
|
|
||||||
margin: 2px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.autocomplete .badge-category.selected {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
width: 530px;
|
width: 530px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
|
@ -94,15 +94,6 @@
|
||||||
input.category-group {
|
input.category-group {
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete .badge-category {
|
|
||||||
margin: 2px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.autocomplete .badge-category.selected {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue