Merge pull request #1897 from GuillaumeAmat/develop
Better display of the import/export popup
This commit is contained in:
commit
cf3c8e599f
1 changed files with 1 additions and 4 deletions
|
@ -626,8 +626,6 @@ table#otheruserstable {
|
|||
}
|
||||
|
||||
#importsubmitinput {
|
||||
height: 25px;
|
||||
width: 85px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
#importstatusball {
|
||||
|
@ -748,7 +746,7 @@ input[type=checkbox] {
|
|||
.popup {
|
||||
font-size: 12px;
|
||||
width: 80%;
|
||||
max-width: 450px;
|
||||
max-width: 500px;
|
||||
padding: 10px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
border: 1px solid #ccc;
|
||||
|
@ -805,7 +803,6 @@ input[type=checkbox] {
|
|||
}
|
||||
.column {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
#settings,
|
||||
#importexport,
|
||||
|
|
Loading…
Reference in a new issue