fixed styling for mod dash

This commit is contained in:
albert
2011-10-15 02:27:19 -04:00
parent ddd036ef97
commit b81e23bb32
7 changed files with 3901 additions and 17 deletions

View File

@@ -1,13 +1,18 @@
div#moderator-dashboard {
div#comment-activity {
width: 45%;
div#c-moderator-dashboards {
width: 60em;
div#col1 {
width: 30em;
float: left;
}
div#post-activity {
width: 45%;
div#col2 {
width: 30em;
float: left;
margin-left: 2em;
}
div.activity {
margin-bottom: 1em;
}
div#ip-addr-search {
@@ -19,11 +24,15 @@ div#moderator-dashboard {
}
table {
margin-bottom: 2em;
width: 26em;
}
caption {
font-weight: bold;
font-size: 1.5em;
text-align: left;
}
th {
text-align: left;
}
}