diff --git a/ChangeLog b/ChangeLog index 58dd2c7f8f..577bd26024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,10 +15,11 @@ phpMyAdmin - ChangeLog + rfe #1478 Make Column Headings Sticky + rfe #1480 Enhance privileges initials table + rfe #1472 [interface] Break "Edit privileges" with sub-menus -+ rfe #1466 Minor refactoring required ++ rfe #1466 Minor refactoring required + rfe #1004 Create indexes at the end in SQL export + rfe #1479 Relations edit form for larger monitors + rfe #1475 Inline query box vertical resize ++ rfe #1500 [interface] Add bottom border to top menu container 4.1.7.0 (not yet released) - bug #4245 initial Browse query does not match sorting order diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 956467db9e..fae101970b 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -447,7 +447,7 @@ fieldset .formelement { clear: none; } #relationalTable td:first-child + td { - width: 25%; + width: 25%; } #relationalTable td:first-child + td select { width: 32%; @@ -455,8 +455,8 @@ fieldset .formelement { } #relationalTable { width: 100%; - } - + } + } /* revert for Gecko */ @@ -871,6 +871,7 @@ ul#topmenu2 li { .menucontainer { getCssGradient('ffffff', 'dcdcdc'); ?> border-top: 1px solid #aaa; + border-bottom: 1px solid #ccc; } /* default tab styles */