mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 16:24:59 +00:00
improve layout of buttons, address, and record_actions
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
@import 'custom/person';
|
||||
@import 'custom/pagination';
|
||||
@import 'custom/custom-fields';
|
||||
@import 'custom/address';
|
||||
@import 'custom/record_actions';
|
||||
|
||||
|
||||
html,body {
|
||||
min-height:100%;
|
||||
@@ -66,27 +69,6 @@ ul.custom_fields.choice li {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
// Sticky form buttons
|
||||
.sticky-form-buttons {
|
||||
margin-top:1em;
|
||||
background-color:$orange;//$grey-5;
|
||||
position:sticky;
|
||||
bottom:0.5em;
|
||||
text-align:center;
|
||||
padding:0.5em;
|
||||
border-radius: $base-border-radius;
|
||||
}
|
||||
|
||||
.sticky-form-buttons .margin-5 {
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
.sticky-form-buttons .margin-10 {
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.errors {
|
||||
color: $red;
|
||||
}
|
||||
@@ -127,13 +109,6 @@ ul.custom_fields.choice li {
|
||||
|
||||
}
|
||||
|
||||
// Symfony records actions
|
||||
ul.record_actions {
|
||||
padding-left: 0;
|
||||
}
|
||||
ul.record_actions li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 0;
|
||||
|
Reference in New Issue
Block a user