Merge pull request #2193 from rosysong/freespace
[oweals/luci.git] / applications / luci-app-openvpn / luasrc / view / openvpn / ovpn_css.htm
1 <style type="text/css">
2         h4
3         {
4                 white-space: nowrap;
5                 border-bottom: 0px;
6                 margin: 10px 5px 5px 5px;
7         }
8         .tr
9         {
10                 border: 0px;
11                 text-align: left;
12         }
13         .td
14         {
15                 text-align: left;
16                 border-top: 0px;
17                 margin: 5px;
18         }
19         .vpn-output
20         {
21                 box-shadow: none;
22                 margin: 10px 5px 5px 5px;
23                 color: #a22;
24         }
25         textarea
26         {
27                 border: 1px solid #cccccc;
28                 padding: 5px;
29                 font-size: 12px;
30                 font-family: monospace;
31                 resize: none;
32                 white-space: pre;
33                 overflow-wrap: normal;
34                 overflow-x: scroll;
35         }
36         a
37         {
38                 line-height: 1.5;
39         }
40         hr
41         {
42                 margin: 0.5em 0;
43         }
44 </style>