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;
|
font-size: 20px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
|
margin-bottom: 30px; // this allows the categories to align underneath title
|
||||||
}
|
}
|
||||||
#edit-title { width: 500px; }
|
#edit-title { width: 500px; }
|
||||||
.category-combobox {
|
.category-combobox {
|
||||||
|
@ -50,8 +51,7 @@
|
||||||
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
||||||
}
|
}
|
||||||
.title-category-wrapper {
|
.title-category-wrapper {
|
||||||
margin: 5px 0 0 26px;
|
margin-top: 5px;
|
||||||
.badge-category {margin-bottom: 5px;}
|
|
||||||
}
|
}
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
|
|
Loading…
Reference in New Issue