make serverlist a real html-list

This commit is contained in:
Sebastian Mendel
2006-07-06 08:29:57 +00:00
parent baf9be29bd
commit 8da02e83c3
2 changed files with 18 additions and 2 deletions

View File

@@ -7,8 +7,10 @@ $Source$
2006-07-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/select_server.lib.php: make serverlist a real html-list
* main.php: move server selection above server details (more logical)
* libraries/select_server.lib.php, css/phpmyadmin.css.php:
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>
* db_operations.php, tbl_properties_operations.php,

View File

@@ -752,6 +752,20 @@ body.loginform div.container {
width: 30em;
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
} // end styles 2.9