Combination creation management

This commit is contained in:
Franck Allimant
2013-10-30 15:44:32 +01:00
parent 7a2469cdc8
commit 0cabe7b9e8
21 changed files with 766 additions and 77 deletions

View File

@@ -9,7 +9,22 @@
}
}
.modal-header {
h3 {
margin-bottom: 0;
}
}
// Body (where all modal content resides)
.modal-body {
max-height: none;
.scrollable {
border: 1px solid @input-border;
border-radius: @input-border-radius;
height: 458px;
overflow: auto;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 5px;
}
}