You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
869 B

  1. <style type="text/css">
  2. .container { /*container for entire page. fixes bootstrap theme's ridiculously small page width*/
  3. max-width: none;
  4. margin-left: 30px;
  5. padding-right: 30px;
  6. width: auto;
  7. }
  8. table td { /*cells showing the configuration values*/
  9. padding: 0px;
  10. text-align: center;
  11. vertical-align: middle;
  12. }
  13. table th { /*column for configuration section name*/
  14. padding: 0px;
  15. text-align: center;
  16. vertical-align: middle;
  17. }
  18. table tbody th { /*column for configuration section name*/
  19. padding: 0px;
  20. vertical-align: middle;
  21. }
  22. .cbi-section-node table div { /*rows*/
  23. padding-top: 5px;
  24. }
  25. table.cbi-section-table td.cbi-section-table-cell { /*sort buttons column*/
  26. text-align: center;
  27. }
  28. .cbi-section h3 {
  29. color: rgb(85, 85, 85);
  30. font-family: Trebuchet MS,Verdana,sans-serif;
  31. font-style: italic;
  32. font-weight: normal;
  33. }
  34. </style>