diff --git a/ChangeLog b/ChangeLog index 97bf62d51..7634c0d2a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2005-10-14 Sebastian Mendel * css/phpmyadmin.css.php: border around tabs bug #1326730 + * libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM' 2005-10-16 Michal Čihař * db_details_links.php: Disable drop tab on mysql database (RFE #1327514). diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php index df958e26b..44e3f7b7d 100644 --- a/libraries/header_meta_style.inc.php +++ b/libraries/header_meta_style.inc.php @@ -36,5 +36,5 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) { echo '' . "\n"; } ?> - + diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index fe4715fc4..d06001cad 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -37,11 +37,9 @@ th{ font-weight: bold; color: #000000; background-color: #ff9900; - background-image: url(../themes/darkblue_orange/img/tbl_th.png); background-repeat: repeat-x; background-position: top; - height: 18px; } th a:link, th a:active, th a:visited{ @@ -298,7 +296,7 @@ span.tab, span.tabcaution { div.warning { border: 1px solid #cc0000; /* - + */ background-image: url(../themes/darkblue_orange/img/s_warn.png); background-repeat: no-repeat; @@ -327,7 +325,7 @@ div.error div.head { font-weight: bold; color: #ffffff; /* - + */ background-image: url(../themes/darkblue_orange/img/s_error.png); background-repeat: no-repeat; @@ -377,11 +375,9 @@ div.tblWarn { font-weight: bold; color: #ffffff; background-color: #666699; - background-image: url(../themes/darkblue_orange/img/tbl_header.png); background-repeat: repeat-x; background-position: top; - height: 18px; } .tblHeaders a:link, .tblHeaders a:visited, .tblHeaders a:active, .tblFooters a:link, tblFooters a:visited, tblFooters a:active{ @@ -392,11 +388,9 @@ div.tblWarn { font-weight: normal; color: #ffffff; background-color: #666699; - background-image: url(../themes/darkblue_orange/img/tbl_header.png); background-repeat: repeat-x; background-position: top; - } .tblHeaders a:hover, tblFooters a:hover{ text-decoration: none; @@ -406,18 +400,16 @@ div.tblWarn { font-weight: bold; color: #ffffff; background-color: #cc0000; - background-image: url(../themes/darkblue_orange/img/tbl_error.png); background-repeat: repeat-x; background-position: top; - height: 18px; } div.errorhead { font-weight: bold; color: #ffffff; text-align: left; - + background-image: url(../themes/darkblue_orange/img/s_error.png); background-repeat: no-repeat; background-position: 2px 50%; @@ -430,18 +422,16 @@ div.errorhead { background-color: #ffcc00; font-weight: bold; color: #000000; - background-image: url(../themes/darkblue_orange/img/tbl_th.png); background-repeat: repeat-x; background-position: top; - height: 18px; } div.warnhead { font-weight: bold; color: #ffffff; text-align: left; - + background-image: url(../themes/darkblue_orange/img/s_warn.png); background-repeat: no-repeat; background-position: 2px 50%; @@ -502,7 +492,6 @@ tr.disabled td, td.disabled { background-color: #cccccc; } - /* some styles for IDs: */ #buttonNo{ color: #CC0000; @@ -536,7 +525,7 @@ tr.disabled td, td.disabled { font-family: "Courier New", Courier, mono; font-size: 11px; } - + #TooltipContainer { position: absolute; z-index: 99; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 0a5ddf521..35e28eeb8 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -210,7 +210,7 @@ div.errorhead { font-weight: bold; color: #ffffff; text-align: left; - + background-image: url(../themes/original/img/s_error.png); background-repeat: no-repeat; background-position: 5px 50%; @@ -287,7 +287,7 @@ img, input, select, button { margin: 0 0.1em 0 0.2em; } - + /* disabled text */ .disabled, .disabled a:link, disabled a:active, .disabled a:visited { font-family: ; @@ -307,7 +307,7 @@ tr.disabled td, td.disabled { font-family: "Courier New", Courier, mono; font-size: 12px; } - + #TooltipContainer { position: absolute; z-index: 99;