chg: [UI] Make menu little bit nicer

pull/8673/head
Jakub Onderka 2022-10-17 18:37:16 +02:00
parent b7f19070dc
commit a4f72a7ddf
1 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@ body {
width:100%;
min-width:1300px;
z-index: 20;
margin-bottom: 0;
}
input[type="file"] {
@ -229,13 +230,14 @@ div.index,
div.view {
float:right;
width:calc(100% - 216px);
border-left:1px solid #666;
padding:0px 10px;
border-left:1px solid silver;
padding:0 10px;
padding-bottom:40px;
}
div.actions {
float:left;
width:170px;
margin-top: 10px;
}
div.menuless-form {
@ -245,7 +247,6 @@ div.menuless-form {
width:550px;
}
div.actions h3 {
padding-top:0;
color:#777;