Updated theme

This commit is contained in:
Michal Čihař
2011-02-14 10:48:26 +01:00
parent fe54ea291d
commit b3ecf550b9

View File

@@ -813,9 +813,14 @@ ul#topmenu ul a {
margin: 0; margin: 0;
} }
/* MH added for hide/show more menu */
ul#topmenu .submenu { ul#topmenu .submenu {
position: relative; display: none;
position: relative;
}
#topmenu .shown {
display: inline-block;
} }
ul#topmenu ul { ul#topmenu ul {
@@ -1021,6 +1026,7 @@ div#tablestatistics table {
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
margin-bottom: 0.5em; margin-bottom: 0.5em;
margin-<?php echo $right; ?>: 0.5em; margin-<?php echo $right; ?>: 0.5em;
width:99%;
} }
div#tablestatistics table caption { div#tablestatistics table caption {