luci-app-banip: new package
[project/luci.git] / applications / luci-app-banip / luasrc / view / banip / banip_css.htm
1 <style type="text/css">
2 textarea
3 {
4 border: 1px solid #cccccc;
5 padding: 5px;
6 font-size: 12px;
7 font-family: monospace;
8 resize: none;
9 white-space: pre;
10 overflow-wrap: normal;
11 overflow-x: scroll;
12 }
13
14 select[readonly],
15 textarea[readonly]
16 {
17 width: 100%;
18 height: 450px;
19 border: 1px solid #cccccc;
20 padding: 5px;
21 font-size: 12px;
22 font-family: monospace;
23 resize: none;
24 pointer-events: auto;
25 cursor: auto;
26 }
27
28 .table.cbi-section-table .th,
29 .table.cbi-section-table .td,
30 .cbi-section-table-cell,
31 .cbi-section-table-row,
32 .tr[data-title]::before
33 {
34 text-align: left;
35 vertical-align: top;
36 margin-left: 0px;
37 padding-left: 2px;
38 }
39
40 .table.cbi-section-table .th
41 {
42 white-space: nowrap;
43 }
44
45 .cbi-section-table-row > .cbi-value-field .cbi-input-select,
46 .table.cbi-section-table select
47 {
48 width: 70px;
49 }
50
51 .cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
52 .table.cbi-section-table input[type="text"],
53 .cbi-dynlist > .item,
54 .table.cbi-section-table input
55 {
56 width: 6em;
57 }
58
59 .cbi-input-checkbox
60 {
61 height: 1em;
62 }
63
64 .cbi-input-text
65 {
66 text-align: left;
67 padding-left: 2px;
68 outline: none;
69 box-shadow: none;
70 background: transparent;
71 width: 4em;
72 }
73
74 .runtime
75 {
76 color: #37c;
77 font-weight: bold;
78 display: inline-block;
79 width: 100%;
80 padding-top: 0.5rem;
81 }
82
83 .ripe_desc
84 {
85 font-style: italic;
86 display: inline-block;
87 width: 100%;
88 height: 20px;
89 margin: 2px 2px;
90 }
91 </style>