From 4b5ae889e778f05a227e869de9cf12636a4d1e71 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 13 Jun 2008 22:03:54 +0000 Subject: Put all headers on the side in a list --- www/ajax/style.css | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'www/ajax/style.css') 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 */ -- cgit v1.2.3