1234567891011121314151617181920212223242526272829 |
- body {
- max-width:1577px;
- }
- .navbar-inner {
- max-width:1577px;
- }
- .bootstrap-switch {
- margin-right: 10px;
- }
- .bootstrap_switch_group .checkbox {
- padding-left: 0px;
- }
- .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
- font-size: 12px;
- }
- .nav-tabs.nav-stacked > li.active > a {
- background-color: #006dcc;
- color: white;
- }
|