More space between the button 'save report' and 'reset form' in report bundle ref #354

This commit is contained in:
Marc Ducobu 2014-11-25 17:46:02 +01:00
parent 4d052607a8
commit bd2ac7bacd
3 changed files with 16 additions and 7 deletions

View File

@ -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 {

View File

@ -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