mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°4283 - Improve spacing of HTML inputs with their labels
This commit is contained in:
@@ -86,4 +86,11 @@ a{
|
||||
&:active{
|
||||
color: var(--ibo-hyperlink-color--on-active);
|
||||
}
|
||||
}
|
||||
|
||||
/* Input reset */
|
||||
/* - Standard spacing between label and input */
|
||||
select + label, label + select, label > select,
|
||||
input + label, label + input, label > input {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -391,10 +391,6 @@ body {
|
||||
height: 100%;
|
||||
.ibo-setup--wizard--content{
|
||||
overflow: auto;
|
||||
|
||||
input#db_backup {
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
}
|
||||
.ibo-setup--wizard--buttons-container{
|
||||
margin-top: auto;
|
||||
@@ -565,9 +561,6 @@ body {
|
||||
}
|
||||
.setup-accept-licenses{
|
||||
margin-top: 18px;
|
||||
input{
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
.module-selection-banner{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user