paradice 2.11e

This commit is contained in:
Marc Delisle
2008-05-12 16:27:54 +00:00
parent dd0c883ad6
commit fc9ad41326
4 changed files with 4 additions and 2 deletions

View File

@@ -1155,6 +1155,7 @@ div#tablestatistics {
} }
li#li_server_info, li#li_server_info,
li#li_server_info2,
li#li_mysql_proto, li#li_mysql_proto,
li#li_user_info, li#li_user_info,
li#li_used_php_extension, li#li_used_php_extension,
@@ -1206,6 +1207,7 @@ li#li_select_theme{
} }
li#li_server_info, li#li_server_info,
li#li_server_info2,
li#li_server_version { li#li_server_version {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_ltr.png); list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_ltr.png);
font-size: 80%; font-size: 80%;

BIN
paradice/img/s_success.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

View File

@@ -9,7 +9,7 @@
*/ */
/** /**
* Theme information * Theme information
*/ */
$theme_name = 'Paradice'; $theme_name = 'Paradice';
$theme_full_version = '2.9'; $theme_full_version = '2.9';

View File

@@ -3,7 +3,7 @@
/** /**
* configures general layout * configures general layout
* for detailed layout configuration please refer to the css files * for detailed layout configuration please refer to the css files
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-theme * @package phpMyAdmin-theme
* @subpackage Paradice * @subpackage Paradice