Shout: stylesheet fixes
authorBen Klang <ben@alkaloid.net>
Thu, 31 Dec 2009 21:48:57 +0000 (16:48 -0500)
committerBen Klang <ben@alkaloid.net>
Thu, 31 Dec 2009 21:57:44 +0000 (16:57 -0500)
Get rid of old row-coloring styles
Add new inline list styles for submenus

shout/themes/screen.css

index 057a159..39548fd 100644 (file)
@@ -1,28 +1,17 @@
-.lighthint {
-    color: #fff;
-    font-size: 10px;
-  }
-
-
-.darkhint {
-    color: #700;
-    font-size: 10px;
-  }
-
 table {
     width: 100%;
 }
 
 .header {
     color: #fff;
-    background: #a22;
+    background: #66a;
     text-align: right;
     font-style: italic;
     font-weight: bold;
     font-size: 14px;
 }
 
-.userList{
+#extensionList{
     border: 1px solid #000;
 }
 
@@ -180,10 +169,19 @@ table {
     padding-right: 5px;
 }
 
+ul {
+    list-style: none;
+    display: inline;
+}
+
+#controls {
+    float: left;
+}
+
 /*#extensionDetail .pButtonsHighlight {
     visibility: visible;
     background: #ccf;
     padding: 3px;
     border-bottom: 1px solid #000;
     border-top: 1px solid #000;
-}*/
\ No newline at end of file
+}*/