aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index e3f2a65ff..bb8bb50eb 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -139,19 +139,23 @@ select.categoryList {
}
form#add_virtual p { text-align: left; }
-form#categoryOrdering p {
+FORM#categoryOrdering, FORM#addVirtual {
+ padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
+ padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
+}
+FORM#categoryOrdering p {
text-align: left;
margin-top: 1em;
margin-bottom: 1em;
}
-form#categoryOrdering>ul {
+UL.categoryUl {
list-style: none;
padding: 0;
margin: 0;
}
-form#categoryOrdering>ul>li {
- border: 1px solid grey;
+LI.categoryLi {
+ border: 1px solid gray;
padding: 0px 5px;
margin-bottom: 5px;
}