/* 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 { font-size: 14px; } /* 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}