Updated theme
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user