- added style for class selectallarrow

- added extra space between icons and text
This commit is contained in:
Sebastian Mendel
2005-10-27 08:34:55 +00:00
parent 41f8199ae9
commit 2157d7390d
2 changed files with 15 additions and 0 deletions

View File

@@ -44,8 +44,20 @@ caption {
vertical-align: middle;
}
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
/* no extra space in table cells */
td .icon {
margin: 0;
}
.selectallarrow {
margin-<?php echo $right; ?>: 0.3em;
margin-<?php echo $left; ?>: 0.6em;
}
div#tablestatistics {