From b729089c38a56a73aae8e1ca46a15a430b76824f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 31 Dec 2008 12:04:31 -0800 Subject: [PATCH] Work on form element lists * Decorator.css.php * docs/decoratortest.html --- Decorator.css.php | 42 +++++++++++++++++++++++++++++++++++++++++ docs/decoratortest.html | 28 ++++++++++++++++++++++++++- 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/Decorator.css.php b/Decorator.css.php index 32f119e..c69dd4a 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -85,6 +85,48 @@ legend color: rgb(62, 76, 49); } +/* Naming form elements */ +fieldset dt label +{ + font-weight: bold; + font-size: 12px; +} + +/* Description for form elements/names */ +fieldset label dfn +{ + font-weight: normal; + font-style: italic; + font-size: 10px; + color: rgb(100, 100, 100); + + display: block; +} + +/* A field name */ +fieldset dl dt +{ + border-width: 0px 1px 0px 0px; + border-color: #7BAA5A; + border-style: solid; + + padding: 0px 4px 0px 2px; + margin: 5px 0px 5px 0px; + + width: 50%; + float: left; +} + +/* Field value editor */ +fieldset dl dd +{ + padding: 4px 0px 2px 4px; + margin: 5px 0px 5px 0px; + + width: 49%; + float: right; +} + /*******************************************************************/ /* Tables */ /*******************************************************************/ diff --git a/docs/decoratortest.html b/docs/decoratortest.html index 098a6cf..1feab08 100644 --- a/docs/decoratortest.html +++ b/docs/decoratortest.html @@ -14,7 +14,33 @@
General Options - this is a test +
+
+ +
+
+ +
+ +
+ +
+
+ + +
+
-- 2.22.5