diff --git a/crimson_gray/css/theme_left.css.php b/crimson_gray/css/theme_left.css.php index 5ed70e703..a68dc221d 100644 --- a/crimson_gray/css/theme_left.css.php +++ b/crimson_gray/css/theme_left.css.php @@ -29,13 +29,18 @@ a img { border: 0; } +ul { + margin:0; +} + form { margin: 0; padding: 0; display: inline; } -select { +select#select_server, +select#lightm_db { width: 100%; } @@ -56,10 +61,18 @@ button { margin-left: 0.3em; } +.navi_dbName { + font-weight: bold; + color: ; +} /******************************************************************************/ /* specific elements */ +div#pmalogo { + background-color: #D0DCE0; + padding:.3em; +} div#pmalogo, div#leftframelinks, div#databaseList { @@ -73,11 +86,15 @@ ul#databaseList { border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; - padding-left: 1.5em; + padding-: 1.5em; } ul#databaseList a { display: block; +} + +div#navidbpageselector a, +ul#databaseList a { background: ; color: ; } @@ -124,6 +141,10 @@ div#leftframelinks a:hover { } /* leftdatabaselist */ +div#left_tableList { + border-bottom: 0.05em solid ; +} + div#left_tableList ul { list-style-type: none; list-style-position: outside; @@ -164,7 +185,7 @@ div#left_tableList > ul li.marked { } - + div#left_tableList > ul li:hover > a, div#left_tableList > ul li:hover { background: ; @@ -178,9 +199,19 @@ div#left_tableList img { } div#left_tableList ul ul { - margin-left: 0; - padding-left: 0.1em; - border-left: 0.1em solid ; + margin-: 0; + padding-: 0.1em; + border-: 0.1em solid ; padding-bottom: 0.1em; border-bottom: 0.1em solid ; } + +/* for the servers list in navi panel */ +#serverinfo .item { + white-space: nowrap; + color: ; +} +#serverinfo a:hover { + background: ; + color: ; +} diff --git a/crimson_gray/css/theme_right.css.php b/crimson_gray/css/theme_right.css.php index 0b8d1d411..2cc2dedfb 100644 --- a/crimson_gray/css/theme_right.css.php +++ b/crimson_gray/css/theme_right.css.php @@ -7,10 +7,11 @@ * @package phpMyAdmin-theme * @subpackage Crimson-Gray */ - // unplanned execution path - if (!defined('PMA_MINIMUM_COMMON')) { - exit(); - } + +// unplanned execution path +if (!defined('PMA_MINIMUM_COMMON')) { + exit(); +} ?> /******************************************************************************/ /* general tags */ @@ -105,6 +106,8 @@ fieldset fieldset { fieldset legend { background-color: transparent; + font-weight: bold; + color: #444444; } /* buttons in some browsers (eg. Konqueror) are block elements, @@ -135,6 +138,8 @@ button { fieldset.tblFooters { margin-top: 0; margin-bottom: 0.5em; + /* avoid a thick line since this should be used under another fieldset */ + border-top: 0; text-align: ; float: none; clear: both; @@ -351,10 +356,10 @@ h1.notice, div.notice { margin: 0.5em 0 0.5em 0; border: 0.1em solid #FFD700; - + background-image: url(getImgPath(); ?>s_notice.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -381,10 +386,10 @@ h1.warning, div.warning { margin: 0.5em 0 0.5em 0; border: 0.1em solid #CC0000; - + background-image: url(getImgPath(); ?>s_warn.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -411,10 +416,10 @@ h1.error, div.error { margin: 0.5em 0 0.5em 0; border: 0.1em solid #ff0000; - + background-image: url(getImgPath(); ?>s_error.png); background-repeat: no-repeat; - + background-position: 10px 50%; padding: 10px 10px 10px 36px; @@ -442,10 +447,10 @@ fieldset.confirmation legend { border-left: 0.1em solid #FF0000; border-right: 0.1em solid #FF0000; font-weight: bold; - + background-image: url(getImgPath(); ?>s_really.png); background-repeat: no-repeat; - + background-position: 5px 50%; padding: 0.2em 0.2em 0.2em 25px; @@ -535,7 +540,7 @@ body.loginform div.container { form.login label { float: ; - width: 10em; + width: 11.5em; font-weight: bolder; } @@ -590,7 +595,7 @@ a.tabcaution:hover { background-color: #AA0000; } - + /* active tab */ a.tabactive { color: black; @@ -626,7 +631,12 @@ a.tabcaution:hover, a.tab:hover, .tabactive { - background-color: ; + background-color: ; +} + +/* to be able to cancel the bottom border, use