This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/bootstrap-red.css
2017-03-14 18:59:27 +01:00

42 lines
651 B
CSS

/* override some bootstrap settings */
/* nav overrides */
nav .badge {
position: absolute;
top: 1px;
left: 1px;
}
.nav-item.nav-item-hack {
height: 2.3rem;
}
#navbar-collapse-1 i {
font-size: 1rem;
}
nav .dropdown-menu {
max-height: 70vh;
overflow: auto;
}
/* nav overrides end */
.wall-item-tools .dropdown-menu {
min-width: auto;
}
code {
white-space: normal;
}
.panel-group {
margin-bottom: 0px;
}
/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
.field.checkbox input[type="checkbox"] { margin-left: 0px; }
.field.checkbox label { padding-left: 0px; font-weight: 700}