'fixed' layout of export screen for buggy safari and opera

This commit is contained in:
Sebastian Mendel
2006-01-14 20:20:13 +00:00
parent d1301521b4
commit e7fc64d285
5 changed files with 27 additions and 17 deletions

View File

@@ -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