relative position doesn't work correctly on <table> elements
in this case it broke position of "More" menus
This commit is contained in:
parent
69672d854d
commit
18c65bbbba
@ -2410,10 +2410,6 @@ span.cm-number {
|
||||
padding: 1px 3px !important;
|
||||
}
|
||||
|
||||
.data {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cHide {
|
||||
background: #D3DCE3 url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>col_hide.png);
|
||||
color: #CCC;
|
||||
|
||||
@ -72,7 +72,6 @@ h2 a img{display:inline;}
|
||||
|
||||
.data{
|
||||
margin: 0 0 12px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user