Do a bunch of CSS and presentation

This commit is contained in:
2014-12-02 21:53:20 +01:00
parent 273bcd3526
commit 95023a5db3
3 changed files with 28 additions and 11 deletions

View File

@@ -49,6 +49,11 @@ td
vertical-align:middle;
}
td img
{
vertical-align:bottom;
}
td:first-child
{
text-align:left;
@@ -62,6 +67,7 @@ td:first-child
.iwla_bandwidth { background : #2EA495; }
.iwla_search { background : #F4F090; }
.iwla_weekend { background : #ECECEC; }
.iwla_curday { font-weight: bold; }
.iwla_graph_table
{
@@ -69,8 +75,13 @@ td:first-child
margin-right:auto;
}
table.iwla_graph_table > table.iwla_table
table.iwla_graph_table + table.iwla_table
{
margin-left:auto;
margin-right:auto;
}
}
table.iwla_graph_table td
{
text-align:center;
}