A website template with lots of features, built with ruby on rails.

admin_panel.css.less 658B

1234567891011121314151617181920212223242526272829
  1. // Place all the styles related to the admin_panel controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Less here: http://lesscss.org/
  4. body {
  5. max-width:1577px;
  6. }
  7. .navbar-inner {
  8. max-width:1577px;
  9. }
  10. .bootstrap-switch {
  11. margin-right: 10px;
  12. }
  13. .bootstrap_switch_group .checkbox {
  14. padding-left: 0px;
  15. }
  16. .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 {
  17. font-size: 12px;
  18. }
  19. .nav-tabs.nav-stacked > li.active > a {
  20. background-color: #006dcc;
  21. color: white;
  22. }