summaryrefslogtreecommitdiff
path: root/www/ajax/style.css
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-13 22:03:54 +0000
committerStef Walter <stef@memberwebs.com>2008-06-13 22:03:54 +0000
commit4b5ae889e778f05a227e869de9cf12636a4d1e71 (patch)
tree07671f286165f718a80df9d4ddb1ef774b276110 /www/ajax/style.css
parentf8912ab58a52ecbfca4a53e98be8be83e45b17c1 (diff)
Put all headers on the side in a list
Diffstat (limited to 'www/ajax/style.css')
-rw-r--r--www/ajax/style.css22
1 files changed, 14 insertions, 8 deletions
diff --git a/www/ajax/style.css b/www/ajax/style.css
index 7b6cfe2..5980f99 100644
--- a/www/ajax/style.css
+++ b/www/ajax/style.css
@@ -18,13 +18,14 @@ body
{
width: 100%;
height: 100%;
- padding: 10px;
+ padding: 5px;
}
-#top-row
+#left-column
{
- height: 30pt;
- padding: 0px;
+ width: 150pt;
+ vertical-align: top;
+ padding-right: 10px;
}
#main-row
@@ -53,14 +54,19 @@ body
/* A group button at the top */
.header
{
- background-color: #3D2C2C;
- line-height: 19pt;
- padding: 3pt 5pt;
+ line-height: 14pt;
font-size: 8pt;
+/* padding: 3pt 5pt;
+ background-color: #3D2C2C;
+ -moz-border-radius: 3pt; */
+ padding-left: 5pt;
font-weight: bold;
- -moz-border-radius: 3pt;
cursor: pointer;
text-decoration: none;
+ display: block;
+}
+.header:hover {
+ color: white;
}
/* Our sample header (which gets copied for each group) is hidden */