Improve the CSS3 selectors and use the margin-left values from 'btn-toolbar' Bootstrap.
Signed-off-by: Volker Theile <vtheile@suse.com>
}
.datatable-pager .pager {
margin-right: 5px !important;
+ & li:not(:first-child) {
+ /** Add space between buttons */
+ margin-left: 3px;
+ }
& li > a, & li > span {
border-radius: 3px;
}
.panel .panel-toolbar>.dropdown>a {
padding-left: 5px;
}
-.panel .panel-footer > .button-group button.btn {
- margin-left: 3px;
+.panel .panel-footer > .button-group button.btn:not(:first-child) {
+ margin-left: 5px;
}
.panel-dashboard {
height: 100%;
}
/* Modal dialog */
-.modal-footer button.btn {
- margin-left: 3px;
+.modal-footer button.btn:not(:first-child) {
+ margin-left: 5px;
}
// awesome-bootstrap-checkbox + ForkAwesome