mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
SCSS: Improve panel space occupation by removing unnecessary margins
This commit is contained in:
@@ -50,18 +50,6 @@ $ibo-datatable--sort-order--color: $ibo-color-orange-600 !default;
|
||||
padding: $ibo-datatable-panel--body--padding;
|
||||
}
|
||||
|
||||
.ibo-datatable-panel {
|
||||
/* Above the table */
|
||||
&:first-child {
|
||||
margin-bottom: $ibo-datatable-panel--table-spacing;
|
||||
}
|
||||
|
||||
/* below the table */
|
||||
&:not(:first-child) {
|
||||
margin-top: $ibo-datatable-panel--table-spacing;
|
||||
}
|
||||
}
|
||||
|
||||
// For cancel / OK / next... selection validation buttons
|
||||
.ibo-datatable--selection-validation-buttons-toolbar {
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user