'fixed' layout of export screen for buggy safari and opera
This commit is contained in:
@@ -225,11 +225,6 @@ fieldset div[class=formelement] select {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#fieldsetexport #exportoptions {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
/* Calendar */
|
||||
table.calendar { width: 100%; }
|
||||
table.calendar td { text-align: center; }
|
||||
@@ -686,6 +681,14 @@ li#li_flush_privileges {
|
||||
min-width: 48%;
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#qbe_div_table_list {
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
#qbe_div_sql_query {
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
<?php
|
||||
} // end styles 2.7.1
|
||||
|
||||
|
Reference in New Issue
Block a user