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 {
width: 99.2%;
width: 100%;
}
.dashboard #content-main caption {
width: 100%;
}

16
media/css/base_site.css

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

Loading…
Cancel
Save