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

@@ -396,7 +396,7 @@ body.html {
margin: 2px 0px;
cursor: pointer;
&.half {
width: ~"calc(50% - 4px)";
width: ~"calc(50% - 2px)";
&:not(.first) {
float: right;
}
@@ -445,6 +445,9 @@ p.buttons, div.buttons {
cursor: pointer;
margin-top: 10px;
}
.dropdown-bar {
margin-left: 4px;
}
}
#fileManagerIframe {