restyle mod dashboard

This commit is contained in:
albert
2013-02-23 18:50:00 -05:00
parent 5732e168ff
commit a60eae695a
2 changed files with 5 additions and 6 deletions

View File

@@ -1,13 +1,12 @@
div#c-moderator-dashboards { div#c-moderator-dashboards {
width: 60em;
div#col1 { div#col1 {
width: 30em; width: 45%;
float: left; float: left;
padding-right: 5%;
} }
div#col2 { div#col2 {
width: 30em; width: 45%;
float: left; float: left;
} }
@@ -32,7 +31,7 @@ div#c-moderator-dashboards {
} }
table { table {
width: 26em; width: 100%;
} }
caption { caption {