Browse Source

Melhorias no CSS do dashboard.

0.2
Guilherme Gondim 16 years ago
parent
commit
8f0d8d8ec0
  1. 35
      media/css/base_site.css

35
media/css/base_site.css

@ -6,15 +6,8 @@ a:hover {
color: #11488d; color: #11488d;
} }
.dashboard #content {
width: auto;
}
.module h2, .module caption, .inline-group h2 { /* HEADER */
background: #00367b url(../images/default-bg.gif);
}
.row1 { background: #f5f6fc none repeat scroll 0 0; }
#header { background: #003351; } #header { background: #003351; }
#branding h1 { color: #fff; } #branding h1 { color: #fff; }
@ -41,6 +34,32 @@ a:hover {
text-decoration: none; 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 { #footer {
color: #555; color: #555;
font-size: 0.9em; font-size: 0.9em;

Loading…
Cancel
Save