diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php index 70e618f68..03e0305c2 100644 --- a/paradice/css/theme_right.css.php +++ b/paradice/css/theme_right.css.php @@ -1155,6 +1155,7 @@ div#tablestatistics { } li#li_server_info, +li#li_server_info2, li#li_mysql_proto, li#li_user_info, li#li_used_php_extension, @@ -1206,6 +1207,7 @@ li#li_select_theme{ } li#li_server_info, +li#li_server_info2, li#li_server_version { list-style-image: url(getImgPath(); ?>item_ltr.png); font-size: 80%; diff --git a/paradice/img/s_success.png b/paradice/img/s_success.png new file mode 100644 index 000000000..0a9753165 Binary files /dev/null and b/paradice/img/s_success.png differ diff --git a/paradice/info.inc.php b/paradice/info.inc.php index 46e968fac..e7fb6aabb 100644 --- a/paradice/info.inc.php +++ b/paradice/info.inc.php @@ -9,7 +9,7 @@ */ /** - * Theme information + * Theme information */ $theme_name = 'Paradice'; $theme_full_version = '2.9'; diff --git a/paradice/layout.inc.php b/paradice/layout.inc.php index d8ae8d5db..48ccf0f1b 100644 --- a/paradice/layout.inc.php +++ b/paradice/layout.inc.php @@ -3,7 +3,7 @@ /** * configures general layout * for detailed layout configuration please refer to the css files - * + * * @version $Id$ * @package phpMyAdmin-theme * @subpackage Paradice