Merge pull request #1250 from dibdot/luci-app-travelmate
[project/luci.git] / applications / luci-app-mwan3 / luasrc / view / mwan / config_css.htm
1 <style type="text/css">
2   table td {    /* cells showing the configuration values */
3         padding: 0px;
4         text-align: center;
5         vertical-align: middle;
6   }
7   table th {    /* column for configuration section name */
8         padding: 0px;
9         text-align: center;
10         vertical-align: middle;
11   }
12   table tbody th {      /* column for configuration section name */
13         padding: 0px;
14         vertical-align: middle;
15   }
16   .cbi-section-node table div { /* rows */
17         padding-top: 5px;
18   }
19   table.cbi-section-table td.cbi-section-table-cell {   /* sort buttons column */
20         text-align: center;
21   }
22   .cbi-section h3 {
23         color: rgb(85, 85, 85);
24         font-family: Trebuchet MS,Verdana,sans-serif;
25         font-style: italic;
26         font-weight: normal;
27   }
28 </style>