From 8f0d8d8ec06a2a984b99617b23184db45369d419 Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Mon, 27 Oct 2008 19:12:43 +0000 Subject: [PATCH] Melhorias no CSS do dashboard. --- media/css/base_site.css | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/media/css/base_site.css b/media/css/base_site.css index dc494c9..063f7c5 100644 --- a/media/css/base_site.css +++ b/media/css/base_site.css @@ -6,15 +6,8 @@ a:hover { color: #11488d; } -.dashboard #content { - width: auto; -} -.module h2, .module caption, .inline-group h2 { - background: #00367b url(../images/default-bg.gif); -} - -.row1 { background: #f5f6fc none repeat scroll 0 0; } +/* HEADER */ #header { background: #003351; } #branding h1 { color: #fff; } @@ -41,6 +34,32 @@ a:hover { text-decoration: none; } +/* CONTENT */ + +.module h2, .module caption, .inline-group h2 { + background: #00367b + url(../images/default-bg.gif); +} + +.row1 { background: #f5f6fc none repeat scroll 0 0; } + +.dashboard #content { + width: auto; +} + +.dashboard #content-main .module { + float: left; + margin-right: 1%; + width: 48.5%; + +} + +.dashboard #content-related { + width: auto; +} + +/* FOOTER */ + #footer { color: #555; font-size: 0.9em;