From 46f5bc9624ad95e7a267d9faf48b7e0f52683c54 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 7 Feb 2008 17:56:45 +0000 Subject: [PATCH] style for box titles --- main.php | 10 +++++----- themes/darkblue_orange/css/theme_right.css.php | 3 +++ themes/original/css/theme_right.css.php | 4 ++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/main.php b/main.php index ed3e08a81..de5f66b61 100644 --- a/main.php +++ b/main.php @@ -32,7 +32,7 @@ if ($server > 0) { echo '
' . "\n"; echo '
'; -echo $strActions; +echo '' . $strActions . ''; /** * Displays the mysql server related links @@ -100,7 +100,7 @@ echo ''; echo '
'; echo '
'; -echo $strInterface; +echo '' . $strInterface . ''; echo '
    '; // Displays language selection combo @@ -129,7 +129,7 @@ echo '
'; echo '
'; echo '
'; if ($server > 0) { - echo $strMySQLServerInformation; + echo '' . $strMySQLServerInformation . ''; // robbat2: Use the verbose name of the server instead of the hostname // if a value is set $server_info = ''; @@ -196,7 +196,7 @@ if ($server > 0) { if ($server > 0) { echo '
'; - echo $strWebServerInformation; + echo '' . $strWebServerInformation . ''; echo '
    '; PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software'); PMA_printListItem($strMysqlClientVersion . ': ' . PMA_DBI_get_client_info(), @@ -212,7 +212,7 @@ echo '
'; echo '
'; echo '
'; -echo $strAboutphpMyAdmin; +echo '' . $strAboutphpMyAdmin . ''; echo '
    '; PMA_printListItem($strVersionInformation . ': ' . PMA_VERSION, 'li_pma_version'); PMA_printListItem($strPmaDocumentation, 'li_pma_docs', 'Documentation.html', null, '_blank'); diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 2f4153e9c..2be6a958e 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1209,3 +1209,6 @@ code.sql { width: 24%; } +span.boxtitle { + background: ; +} diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index cb3553bde..265fd9f89 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1159,3 +1159,7 @@ code.sql { .box_smaller { width: 24%; } + +span.boxtitle { + background-color: ; +}