mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-27 02:35:18 +01:00
chore (ux): small design improvement
This commit is contained in:
parent
0f355c1030
commit
2e05eb78e4
3 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,9 @@
|
|||
.formbuilder{
|
||||
.description{
|
||||
margin-top: -5px;
|
||||
margin-top: -2px;
|
||||
margin-bottom: 10px;
|
||||
opacity: 0.5;
|
||||
font-size: 0.95em;
|
||||
opacity: 0.6;
|
||||
font-size: 0.9em;
|
||||
line-height: 1em;
|
||||
text-align: justify;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ input.component_input[readonly], textarea.component_textarea[readonly]{
|
|||
user-select: none;
|
||||
input[type="checkbox"] {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
opacity: 0;
|
||||
top: 0px;
|
||||
visibility: hidden;
|
||||
&:focus ~ span {
|
||||
border: 2px solid rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
.component_checkbox .indicator { top: 5px; }
|
||||
.component_checkbox .indicator { top: 6px; }
|
||||
}
|
||||
}
|
||||
a{
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
.formbuilder > div > label {
|
||||
display: block;
|
||||
border-bottom: 2px dashed rgba(0,0,0,0.1);
|
||||
border-bottom: 2px dashed rgba(100,100,100,0.1);
|
||||
margin-bottom: 15px;
|
||||
padding-bottom: 5px;
|
||||
margin-top: 15px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue