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