streams/view/css/bootstrap-red.css

46 lines
689 B
CSS
Raw Normal View History

/* override some bootstrap settings */
2014-02-19 17:42:37 +00:00
/* nav overrides */
nav .badge {
2017-02-02 09:12:56 +00:00
position: absolute;
top: 1px;
left: 1px;
}
2017-03-17 19:48:06 +00:00
.widget .badge {
font-size: 100%;
}
2017-03-10 16:02:55 +00:00
.nav-item.nav-item-hack {
2017-03-11 14:07:30 +00:00
height: 2.3rem;
2017-03-10 16:02:55 +00:00
}
#navbar-collapse-1 i {
font-size: 1rem;
2014-11-29 13:33:36 +00:00
}
nav .dropdown-menu {
max-height: 70vh;
overflow: auto;
}
/* nav overrides end */
2016-06-03 09:03:01 +00:00
.wall-item-tools .dropdown-menu {
min-width: auto;
2015-01-20 21:19:51 +00:00
}
code {
white-space: normal;
}
2015-10-26 13:19:46 +00:00
.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}