Browse Source

CSS fixes for Django 1.1.

0.2
Guilherme Gondim 15 years ago
parent
commit
2c0cf6ae31
  1. 6
      media/css/app_index.css
  2. 16
      media/css/base_site.css

6
media/css/app_index.css

@ -1,3 +1,7 @@
.dashboard #content-main .module { .dashboard #content-main .module {
width: 99.2%; width: 100%;
}
.dashboard #content-main caption {
width: 100%;
} }

16
media/css/base_site.css

@ -36,25 +36,21 @@ a:hover {
/* CONTENT */ /* CONTENT */
.module h2, .module caption, .inline-group h2 { .module h2, .module caption, .inline-group h2 {
background: #00367b background: #00367b
url(../images/default-bg.gif); url(../images/default-bg.gif);
} }
.row1 { background: #f5f6fc none repeat scroll 0 0; } .row1 { background: #f5f6fc none repeat scroll 0 0; }
.dashboard #content { .dashboard #content {
width: auto; width: auto;
} }
.dashboard #content-main .module { .dashboard #content-main .module {
float: left; float: left;
margin-right: 1%; margin-right: 1.5%;
width: 48.5%; width: 48%;
}
.dashboard #content-related {
width: auto;
} }
/* FOOTER */ /* FOOTER */

Loading…
Cancel
Save