Merge pull request #1026 from danrl/mwan
[project/luci.git] / applications / luci-app-mwan3 / luasrc / view / mwan / config_css.htm
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>