Adjust space between buttons in the home page

This commit is contained in:
yflory
2017-02-02 11:46:52 +01:00
parent e607ba5dad
commit bed49d0b26
4 changed files with 11 additions and 18 deletions

View File

@@ -836,7 +836,7 @@ html.cp,
}
.cp #main #userForm button.half,
.cp #main_other #userForm button.half {
width: calc(50% - 4px);
width: calc(50% - 2px);
}
.cp #main #userForm button.half:not(.first),
.cp #main_other #userForm button.half:not(.first) {
@@ -894,6 +894,10 @@ html.cp,
cursor: pointer;
margin-top: 10px;
}
.cp p.buttons .dropdown-bar,
.cp div.buttons .dropdown-bar {
margin-left: 4px;
}
.cp #fileManagerIframe {
width: 100%;
height: 500px;