From 0a26316f3dc7277bcdc9f276cc8cd17eceb22ad9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 21:05:34 +0000 Subject: [PATCH] Adding menu definitions --- printer.css.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/printer.css.php b/printer.css.php index fc0996a..2cfd8a9 100755 --- a/printer.css.php +++ b/printer.css.php @@ -290,6 +290,8 @@ input, textarea, select, option border-width: 1px; border-style: solid; + color: rgb(55, 55, 55); + width: 100%; } @@ -340,10 +342,40 @@ input, textarea, select, option { width: 20%; + padding: 15px; + vertical-align: top; } +#menu li span +{ + display: block; + + padding: 2px; +} + +#menu li.header span +{ + font-weight: bold; + text-transform: uppercase; + + padding: 3px; + + background-color: rgb(189, 189, 189); +} + +#menu ul +{ + list-style: none; + + padding: 0px; + margin: 0px; +} +#menu li +{ + +} CSS; -- 2.22.5