Starting solving - #4

This commit is contained in:
Marc Ducobu
2015-11-25 15:57:05 +01:00
parent fcbd985e4e
commit 113fa1facc
3 changed files with 27 additions and 10 deletions

View File

@@ -58,6 +58,7 @@ ul.custom_fields.choice li {
list-style:none;
}
// Sticky form buttons
.sticky-form-buttons {
margin-top:1em;
background-color:$orange;//$grey-5;
@@ -108,4 +109,12 @@ ul.custom_fields.choice li {
.open_sansbold {
font-family:'open_sansbold'
}
// Symfony records actions
ul.record_actions {
padding-left: 0;
}
ul.record_actions li {
display: inline-block;
}