streams/view/css/bootstrap-red.css

69 lines
1.1 KiB
CSS

/* override some bootstrap settings */
/* nav overrides */
nav .badge {
position: absolute;
top: 1px;
left: 1px;
font-size: 10px;
line-height: 20px;
padding: 0px 5px;
height: 20px;
min-width: 20px;
border-radius: 10px;
}
#navbar-collapse-1 i,
.navbar-header i {
font-size: 14px;
}
nav .navbar-header img {
height: 49px;
width: 49px;
margin-top: 1px;
}
/* nav overrides end */
aside .nav-pills > li > a,
.response-list .nav-pills > li > a {
padding: 6px 10px;
}
nav .dropdown-menu {
margin-top: 0px;
max-height: 70vh;
overflow: auto;
}
nav .navbar-collapse.in .dropdown-menu {
max-height: none;
overflow: none;
}
.wall-item-tools .dropdown-menu {
min-width: auto;
}
.nav-tabs.nav-justified > li {
white-space: nowrap;
}
code {
white-space: normal;
}
.form-control {
font-size: unset;
}
.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}