mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
More space between the button 'save report' and 'reset form' in report bundle ref #354
This commit is contained in:
parent
4d052607a8
commit
bd2ac7bacd
@ -48,9 +48,14 @@ ul.custom_fields.choice li {
|
|||||||
border-radius: $base-border-radius;
|
border-radius: $base-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky-form-buttons button, .sticky-form-buttons a {
|
.sticky-form-buttons .margin-5 {
|
||||||
margin-left: 1em;
|
margin-left: 5%;
|
||||||
margin-right: 1em;
|
margin-right: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sticky-form-buttons .margin-10 {
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.errors {
|
.errors {
|
||||||
|
@ -3775,9 +3775,13 @@ ul.custom_fields.choice li {
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border-radius: 3px; }
|
border-radius: 3px; }
|
||||||
|
|
||||||
.sticky-form-buttons button, .sticky-form-buttons a {
|
.sticky-form-buttons .margin-5 {
|
||||||
margin-left: 1em;
|
margin-left: 5%;
|
||||||
margin-right: 1em; }
|
margin-right: 5%; }
|
||||||
|
|
||||||
|
.sticky-form-buttons .margin-10 {
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%; }
|
||||||
|
|
||||||
.errors {
|
.errors {
|
||||||
color: #c91111; }
|
color: #c91111; }
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user