Adding menu definitions
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 21:05:34 +0000 (21:05 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 21:05:34 +0000 (21:05 +0000)
printer.css.php

index fc0996ac334b9f15a0db49130bfb3911d8710442..2cfd8a944347de64b783c9c19eadb7de71f6a6f9 100755 (executable)
@@ -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;