/* override some bootstrap settings */ /* nav overrides */ nav .badge { margin-top: -30px; margin-left: -30px; font-size: 10px; line-height: 20px; padding: 0px 5px; height: 20px; min-width: 20px; border-radius: 10px; cursor: pointer; display: inline-block !important; } #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; } .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}