mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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;
|
||||
}
|
||||
|
||||
.sticky-form-buttons button, .sticky-form-buttons a {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
.sticky-form-buttons .margin-5 {
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
.sticky-form-buttons .margin-10 {
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.errors {
|
||||
|
@ -3775,9 +3775,13 @@ ul.custom_fields.choice li {
|
||||
padding: 0.5em;
|
||||
border-radius: 3px; }
|
||||
|
||||
.sticky-form-buttons button, .sticky-form-buttons a {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em; }
|
||||
.sticky-form-buttons .margin-5 {
|
||||
margin-left: 5%;
|
||||
margin-right: 5%; }
|
||||
|
||||
.sticky-form-buttons .margin-10 {
|
||||
margin-left: 10%;
|
||||
margin-right: 10%; }
|
||||
|
||||
.errors {
|
||||
color: #c91111; }
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user