The import/export columns were not displayed correctly

This commit is contained in:
Guillaume AMAT 2013-09-21 12:38:26 +02:00
parent c095c60284
commit 6de3a400e1

View file

@ -748,7 +748,7 @@ input[type=checkbox] {
.popup { .popup {
font-size: 12px; font-size: 12px;
width: 80%; width: 80%;
max-width: 450px; max-width: 500px;
padding: 10px; padding: 10px;
border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
border: 1px solid #ccc; border: 1px solid #ccc;
@ -805,7 +805,6 @@ input[type=checkbox] {
} }
.column { .column {
float: left; float: left;
width: 50%;
} }
#settings, #settings,
#importexport, #importexport,