Browse Source

Merge branch 'master' of https://github.com/gilbN/theme.park

pull/110/head
gilbN 6 years ago
parent
commit
8378669f9a
  1. 20
      CSS/themes/ombi/ombi-base.css

20
CSS/themes/ombi/ombi-base.css

@ -352,27 +352,11 @@ background: none !important;
@media (max-width: 1090px) { @media (max-width: 1090px) {
.btn-danger-outline, .btn-info-outline, .btn-primary-outline, .btn-success-outline, .fa-eye:before, .fa-check:before,.fa-plus:before, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-danger-outline, .btn-info-outline, .btn-primary-outline, .btn-success-outline, .fa-eye:before, .fa-check:before,.fa-plus:before, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
width: 104.61px !important;
content: ""; content: "";
} }
} }
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
@media (max-width: 1090px) { margin-left: -25px;
.caret {
display: none;
}
}
@media (max-width: 1090px) {
.btn-split .btn.dropdown-toggle {
padding: 14px 8px;
}
}
#profiles .btn {
width: auto;
}
.form-group .btn {
width: auto;
} }
/* Settings menu */ /* Settings menu */

Loading…
Cancel
Save