Merge pull request #1897 from GuillaumeAmat/develop

Better display of the import/export popup
This commit is contained in:
John McLear 2013-09-21 07:47:22 -07:00
commit cf3c8e599f

View file

@ -626,8 +626,6 @@ table#otheruserstable {
} }
#importsubmitinput { #importsubmitinput {
height: 25px;
width: 85px;
margin-top: 12px; margin-top: 12px;
} }
#importstatusball { #importstatusball {
@ -748,7 +746,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 +803,6 @@ input[type=checkbox] {
} }
.column { .column {
float: left; float: left;
width: 50%;
} }
#settings, #settings,
#importexport, #importexport,