aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/default-layout.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 5d6705a4f..545fecf7e 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -1,7 +1,5 @@
/* $Id$ */
-/* * { padding: 0 !important; margin: 0 !important; } */
-
BODY {
margin: 5px;
padding: 0;
@@ -114,12 +112,12 @@ LI.categoryLi {
margin-bottom: 5px;
}
-form#categoryOrdering ul.categoryActions {
+FORM#categoryOrdering UL.categoryActions {
float: right;
margin-top: 5px;
}
-form#cat_modify table { width: auto; }
+FORM#cat_modify TABLE { width: auto; }
/**
* Filter forms are displayed label by label with the input (or select...)
@@ -177,14 +175,6 @@ FORM.properties SPAN.property {
padding: 0 0.5em 0 0;
}
-FORM .focus {
- background-color: whitesmoke;
-}
-
-FORM .nofocus {
- background-color: lightgrey; /* must be the same as input background-color */
-}
-
FIELDSET.elementEdit A {
display: block;
float: right;