summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-openvpn/luasrc/view/openvpn/ovpn_css.htm
blob: 55c0a543fc09e8ac4125404cf78613c8820c1554 (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
35
36
37
38
<style type="text/css">
	h4
	{
		white-space: nowrap;
		border-bottom: 0px;
		margin: 10px 5px 5px 5px;
	}
	.tr
	{
		border: 0px;
		text-align: left;
	}
	.vpn-output
	{
		box-shadow: none;
		margin: 10px 5px 5px 5px;
		color: #a22;
	}
	textarea
	{
		border: 1px solid #cccccc;
		padding: 5px;
		font-size: 12px;
		font-family: monospace;
		resize: none;
		white-space: pre;
		overflow-wrap: normal;
		overflow-x: scroll;
	}
	a
	{
		line-height: 1.5;
	}
	hr
	{
		margin: 0.5em 0;
	}
</style>