mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:46:11 +08:00
margin-bottom on star to align cats under title
This commit is contained in:
parent
f442fca5af
commit
8e751541df
|
@ -23,6 +23,7 @@
|
|||
font-size: 20px;
|
||||
margin-top: 6px;
|
||||
margin-right: 6px;
|
||||
margin-bottom: 30px; // this allows the categories to align underneath title
|
||||
}
|
||||
#edit-title { width: 500px; }
|
||||
.category-combobox {
|
||||
|
@ -50,8 +51,7 @@
|
|||
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
||||
}
|
||||
.title-category-wrapper {
|
||||
margin: 5px 0 0 26px;
|
||||
.badge-category {margin-bottom: 5px;}
|
||||
margin-top: 5px;
|
||||
}
|
||||
.topic-statuses {
|
||||
margin-top: -2px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user