summaryrefslogtreecommitdiff
path: root/luci2/htdocs/luci2/css/luci2.css
blob: 3b5790118d642ba5629a01f752e848f4ab56b0da (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body {
	padding-top: 55px;
}

.fade.in {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal.fade.wide .modal-dialog {
	width: 900px;
}

.progress {
	position: relative;
	width: 250px;
}

.progress-bar {
	z-index: 1;
	position: absolute;
}

.progress small {
	position: absolute;
	top: 0;
	z-index: 2;
	color: black;
	text-align: center;
	width: 100%;
}

.nav.nav-tabs {
	margin-bottom: 15px;
}

.luci2-modal-loader {
	background: #FFFFFF url(/luci2/icons/loading.gif) no-repeat 10px center;
	text-align: center;
}

.luci2-section-header {
	position: relative;
}

.luci2-section-header .badge {
	position: absolute;
	left: -11px;
	top: -7px;
	background-color: #D9534F;
}

.nav-tabs li a .badge {
	background-color: #D9534F;
}

.nav-tabs li.active a .badge {
	display: none;
}

.list-group-item .luci2-section-header > .btn-group {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	box-shadow: -5px 0 5px 10px #FFFFFF;
	display: none;
}

.list-group-item:hover .luci2-section-header > .btn-group {
	display: inline-block;
}

.luci2-section-teaser {
	font-size: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: 0 !important;
}

.panel > .list-group > .list-group-item:first-child {
	border-top: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.panel > .panel-body + .list-group > .list-group-item:first-child {
	border-top: 1px solid #DDDDDD;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

table.table td .btn-group {
	white-space: nowrap;
}

table.table td .btn-group > .btn {
	float: none;
}

.luci2-form-error .control-label {
	color: #B94A48;
}

pre.uci-changes {
	margin: 3px 0;
}

pre.uci-changes ins {
	text-decoration: none;
	color: #008000;
}

pre.uci-changes del {
	text-decoration: none;
	color: #800000;
}

.ifacebox {
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	background-color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.ifacebox-head {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 3px;
}

.traffic-chart {
	position: relative;
}

.traffic-chart label {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 80%;
	font-weight: normal;
}

.badge input[type=text] {
	border: none;
	border-radius: 3px;
	padding: 1px 3px;
}