rsanchez
2014-10-14 fb1b6755a9ecd43601dc4fbef9166d11d8a86f24
securis/src/main/resources/static/css/bootstrap-theme.css
....@@ -1,5 +1,5 @@
11 /*!
2
- * Bootstrap v3.1.0 (http://getbootstrap.com)
2
+ * Bootstrap v3.2.0 (http://getbootstrap.com)
33 * Copyright 2011-2014 Twitter, Inc.
44 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55 */
....@@ -36,6 +36,8 @@
3636 .btn-default {
3737 text-shadow: 0 1px 0 #fff;
3838 background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
39
+ background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
40
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
3941 background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
4042 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
4143 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -53,8 +55,15 @@
5355 background-color: #e0e0e0;
5456 border-color: #dbdbdb;
5557 }
58
+.btn-default:disabled,
59
+.btn-default[disabled] {
60
+ background-color: #e0e0e0;
61
+ background-image: none;
62
+}
5663 .btn-primary {
5764 background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
65
+ background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
66
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
5867 background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
5968 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
6069 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -71,8 +80,15 @@
7180 background-color: #2d6ca2;
7281 border-color: #2b669a;
7382 }
83
+.btn-primary:disabled,
84
+.btn-primary[disabled] {
85
+ background-color: #2d6ca2;
86
+ background-image: none;
87
+}
7488 .btn-success {
7589 background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
90
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
91
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
7692 background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
7793 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
7894 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -89,8 +105,15 @@
89105 background-color: #419641;
90106 border-color: #3e8f3e;
91107 }
108
+.btn-success:disabled,
109
+.btn-success[disabled] {
110
+ background-color: #419641;
111
+ background-image: none;
112
+}
92113 .btn-info {
93114 background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
115
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
116
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
94117 background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
95118 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
96119 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -107,8 +130,15 @@
107130 background-color: #2aabd2;
108131 border-color: #28a4c9;
109132 }
133
+.btn-info:disabled,
134
+.btn-info[disabled] {
135
+ background-color: #2aabd2;
136
+ background-image: none;
137
+}
110138 .btn-warning {
111139 background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
140
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
141
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
112142 background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
113143 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
114144 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -125,8 +155,15 @@
125155 background-color: #eb9316;
126156 border-color: #e38d13;
127157 }
158
+.btn-warning:disabled,
159
+.btn-warning[disabled] {
160
+ background-color: #eb9316;
161
+ background-image: none;
162
+}
128163 .btn-danger {
129164 background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
165
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
166
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
130167 background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
131168 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
132169 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -143,6 +180,11 @@
143180 background-color: #c12e2a;
144181 border-color: #b92c28;
145182 }
183
+.btn-danger:disabled,
184
+.btn-danger[disabled] {
185
+ background-color: #c12e2a;
186
+ background-image: none;
187
+}
146188 .thumbnail,
147189 .img-thumbnail {
148190 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
....@@ -152,6 +194,8 @@
152194 .dropdown-menu > li > a:focus {
153195 background-color: #e8e8e8;
154196 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
197
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
198
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
155199 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
156200 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
157201 background-repeat: repeat-x;
....@@ -161,12 +205,16 @@
161205 .dropdown-menu > .active > a:focus {
162206 background-color: #357ebd;
163207 background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
208
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
209
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
164210 background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
165211 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
166212 background-repeat: repeat-x;
167213 }
168214 .navbar-default {
169215 background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
216
+ background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
217
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
170218 background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
171219 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
172220 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -177,6 +225,8 @@
177225 }
178226 .navbar-default .navbar-nav > .active > a {
179227 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
228
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
229
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
180230 background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
181231 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
182232 background-repeat: repeat-x;
....@@ -189,6 +239,8 @@
189239 }
190240 .navbar-inverse {
191241 background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
242
+ background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
243
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
192244 background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
193245 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
194246 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
....@@ -196,6 +248,8 @@
196248 }
197249 .navbar-inverse .navbar-nav > .active > a {
198250 background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
251
+ background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
252
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
199253 background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
200254 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
201255 background-repeat: repeat-x;
....@@ -218,6 +272,8 @@
218272 }
219273 .alert-success {
220274 background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
275
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
276
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
221277 background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
222278 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
223279 background-repeat: repeat-x;
....@@ -225,6 +281,8 @@
225281 }
226282 .alert-info {
227283 background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
284
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
285
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
228286 background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
229287 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
230288 background-repeat: repeat-x;
....@@ -232,6 +290,8 @@
232290 }
233291 .alert-warning {
234292 background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
293
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
294
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
235295 background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
236296 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
237297 background-repeat: repeat-x;
....@@ -239,6 +299,8 @@
239299 }
240300 .alert-danger {
241301 background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
302
+ background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
303
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
242304 background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
243305 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
244306 background-repeat: repeat-x;
....@@ -246,39 +308,56 @@
246308 }
247309 .progress {
248310 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
311
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
312
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
249313 background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
250314 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
251315 background-repeat: repeat-x;
252316 }
253317 .progress-bar {
254318 background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
319
+ background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
320
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
255321 background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
256322 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
257323 background-repeat: repeat-x;
258324 }
259325 .progress-bar-success {
260326 background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
327
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
328
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
261329 background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
262330 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
263331 background-repeat: repeat-x;
264332 }
265333 .progress-bar-info {
266334 background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
335
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
336
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
267337 background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
268338 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
269339 background-repeat: repeat-x;
270340 }
271341 .progress-bar-warning {
272342 background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
343
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
344
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
273345 background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
274346 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
275347 background-repeat: repeat-x;
276348 }
277349 .progress-bar-danger {
278350 background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
351
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
352
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
279353 background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
280354 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
281355 background-repeat: repeat-x;
356
+}
357
+.progress-bar-striped {
358
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
359
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
360
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
282361 }
283362 .list-group {
284363 border-radius: 4px;
....@@ -290,6 +369,8 @@
290369 .list-group-item.active:focus {
291370 text-shadow: 0 -1px 0 #3071a9;
292371 background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
372
+ background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
373
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
293374 background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
294375 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
295376 background-repeat: repeat-x;
....@@ -301,42 +382,56 @@
301382 }
302383 .panel-default > .panel-heading {
303384 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
385
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
386
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
304387 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
305388 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
306389 background-repeat: repeat-x;
307390 }
308391 .panel-primary > .panel-heading {
309392 background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
393
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
394
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
310395 background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
311396 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
312397 background-repeat: repeat-x;
313398 }
314399 .panel-success > .panel-heading {
315400 background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
401
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
402
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
316403 background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
317404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
318405 background-repeat: repeat-x;
319406 }
320407 .panel-info > .panel-heading {
321408 background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
409
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
410
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
322411 background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
323412 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
324413 background-repeat: repeat-x;
325414 }
326415 .panel-warning > .panel-heading {
327416 background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
417
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
418
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
328419 background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
329420 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
330421 background-repeat: repeat-x;
331422 }
332423 .panel-danger > .panel-heading {
333424 background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
425
+ background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
426
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
334427 background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
335428 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
336429 background-repeat: repeat-x;
337430 }
338431 .well {
339432 background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
433
+ background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
434
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
340435 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
341436 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
342437 background-repeat: repeat-x;