- added style for class selectallarrow
- added extra space between icons and text
This commit is contained in:
@@ -18,6 +18,9 @@ $Source$
|
|||||||
- make use of global row highlighting/marking
|
- make use of global row highlighting/marking
|
||||||
- display 'print table' and row stats for views
|
- display 'print table' and row stats for views
|
||||||
- no actions for info_schema tables
|
- no actions for info_schema tables
|
||||||
|
* css/phpmyadmin.css.php:
|
||||||
|
- added style for class selectallarrow
|
||||||
|
- added extra space between icons and text
|
||||||
|
|
||||||
2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
|
2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/french* updates
|
* lang/french* updates
|
||||||
|
@@ -44,8 +44,20 @@ caption {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* leave some space between icons and text */
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
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 {
|
div#tablestatistics {
|
||||||
|
Reference in New Issue
Block a user