Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8c6b1452df
@ -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
|
||||
|
||||
@ -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 {
|
||||
<?php echo $_SESSION['PMA_Theme']->getCssGradient('ffffff', 'dcdcdc'); ?>
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/* default tab styles */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user