make serverlist a real html-list
This commit is contained in:
@@ -7,8 +7,10 @@ $Source$
|
|||||||
|
|
||||||
|
|
||||||
2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/select_server.lib.php: make serverlist a real html-list
|
* libraries/select_server.lib.php, css/phpmyadmin.css.php:
|
||||||
* main.php: move server selection above server details (more logical)
|
make serverlist a real html-list
|
||||||
|
* main.php: move server selection above server
|
||||||
|
details (more logical)
|
||||||
|
|
||||||
2006-07-04 Marc Delisle <lem9@users.sourceforge.net>
|
2006-07-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_operations.php, tbl_properties_operations.php,
|
* db_operations.php, tbl_properties_operations.php,
|
||||||
|
@@ -752,6 +752,20 @@ body.loginform div.container {
|
|||||||
width: 30em;
|
width: 30em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#body_leftFrame #list_server {
|
||||||
|
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
|
||||||
|
list-style-position: inside;
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#body_leftFrame #list_server li {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
<?php
|
<?php
|
||||||
} // end styles 2.9
|
} // end styles 2.9
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user