summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-banip/luasrc/view/banip/banip_css.htm
blob: 807102452cc7b4f7b8f2ab9288dd92608e510568 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<style type="text/css">
	textarea
	{
		border: 1px solid #cccccc;
		padding: 5px;
		font-size: 12px;
		font-family: monospace;
		resize: none;
		white-space: pre;
		overflow-wrap: normal;
		overflow-x: scroll;
	}

	select[readonly],
	textarea[readonly]
	{
		width: 100%;
		height: 450px;
		border: 1px solid #cccccc;
		padding: 5px;
		font-size: 12px;
		font-family: monospace;
		resize: none;
		pointer-events: auto;
		cursor: auto;
	}

	.table.cbi-section-table .th,
	.table.cbi-section-table .td,
	.cbi-section-table-cell,
	.cbi-section-table-row,
	.tr[data-title]::before
	{
		text-align: left;
		vertical-align: top;
		margin-left: 0px;
		padding-left: 2px;
	}

	.table.cbi-section-table .th
	{
		white-space: nowrap;
	}

	.cbi-section-table-row > .cbi-value-field .cbi-input-select,
	.table.cbi-section-table select
	{
		width: 70px;
	}

	.cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
	.table.cbi-section-table input[type="text"],
	.cbi-dynlist > .item,
	.table.cbi-section-table input
	{
		width: 6em;
	}

	.cbi-input-checkbox
	{
		height: 1em;
	}
	
	.cbi-input-text
	{
		text-align: left;
		padding-left: 2px;
		outline: none;
		box-shadow: none;
		background: transparent;
		width: 4em;
	}
	
	.runtime
	{
		color: #37c;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		padding-top: 0.5rem;
	}
	
	.ripe_desc
	{
		font-style: italic;
		display: inline-block;
		width: 100%;
		height: 20px;
		margin: 2px 2px;
	}
</style>