bootstrap-rails-engine 3.0.3.0 → 3.1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap v3.0.3 (http://getbootstrap.com)
3
- * Copyright 2013 Twitter, Inc.
4
- * Licensed under http://www.apache.org/licenses/LICENSE-2.0
2
+ * Bootstrap v3.1.1 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
  */
6
6
 
7
7
  .btn-default,
@@ -10,11 +10,10 @@
10
10
  .btn-info,
11
11
  .btn-warning,
12
12
  .btn-danger {
13
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
14
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
15
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
13
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
14
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
15
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
16
16
  }
17
-
18
17
  .btn-default:active,
19
18
  .btn-primary:active,
20
19
  .btn-success:active,
@@ -27,371 +26,322 @@
27
26
  .btn-info.active,
28
27
  .btn-warning.active,
29
28
  .btn-danger.active {
30
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
31
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
29
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
30
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
32
31
  }
33
-
34
32
  .btn:active,
35
33
  .btn.active {
36
34
  background-image: none;
37
35
  }
38
-
39
36
  .btn-default {
40
37
  text-shadow: 0 1px 0 #fff;
41
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
42
- background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
38
+ background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
39
+ background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
40
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
41
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
43
42
  background-repeat: repeat-x;
44
43
  border-color: #dbdbdb;
45
44
  border-color: #ccc;
46
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
47
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
48
45
  }
49
-
50
46
  .btn-default:hover,
51
47
  .btn-default:focus {
52
48
  background-color: #e0e0e0;
53
49
  background-position: 0 -15px;
54
50
  }
55
-
56
51
  .btn-default:active,
57
52
  .btn-default.active {
58
53
  background-color: #e0e0e0;
59
54
  border-color: #dbdbdb;
60
55
  }
61
-
62
56
  .btn-primary {
63
57
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
64
- background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
58
+ background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
59
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
60
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
65
61
  background-repeat: repeat-x;
66
62
  border-color: #2b669a;
67
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
68
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
69
63
  }
70
-
71
64
  .btn-primary:hover,
72
65
  .btn-primary:focus {
73
66
  background-color: #2d6ca2;
74
67
  background-position: 0 -15px;
75
68
  }
76
-
77
69
  .btn-primary:active,
78
70
  .btn-primary.active {
79
71
  background-color: #2d6ca2;
80
72
  border-color: #2b669a;
81
73
  }
82
-
83
74
  .btn-success {
84
75
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
85
- background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
76
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
77
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
78
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
86
79
  background-repeat: repeat-x;
87
80
  border-color: #3e8f3e;
88
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
89
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
90
81
  }
91
-
92
82
  .btn-success:hover,
93
83
  .btn-success:focus {
94
84
  background-color: #419641;
95
85
  background-position: 0 -15px;
96
86
  }
97
-
98
87
  .btn-success:active,
99
88
  .btn-success.active {
100
89
  background-color: #419641;
101
90
  border-color: #3e8f3e;
102
91
  }
103
-
92
+ .btn-info {
93
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
94
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
95
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
96
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
97
+ background-repeat: repeat-x;
98
+ border-color: #28a4c9;
99
+ }
100
+ .btn-info:hover,
101
+ .btn-info:focus {
102
+ background-color: #2aabd2;
103
+ background-position: 0 -15px;
104
+ }
105
+ .btn-info:active,
106
+ .btn-info.active {
107
+ background-color: #2aabd2;
108
+ border-color: #28a4c9;
109
+ }
104
110
  .btn-warning {
105
111
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
106
- background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
112
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
113
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
114
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
107
115
  background-repeat: repeat-x;
108
116
  border-color: #e38d13;
109
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
110
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
111
117
  }
112
-
113
118
  .btn-warning:hover,
114
119
  .btn-warning:focus {
115
120
  background-color: #eb9316;
116
121
  background-position: 0 -15px;
117
122
  }
118
-
119
123
  .btn-warning:active,
120
124
  .btn-warning.active {
121
125
  background-color: #eb9316;
122
126
  border-color: #e38d13;
123
127
  }
124
-
125
128
  .btn-danger {
126
129
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
127
- background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
130
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
131
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
132
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
128
133
  background-repeat: repeat-x;
129
134
  border-color: #b92c28;
130
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
131
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
132
135
  }
133
-
134
136
  .btn-danger:hover,
135
137
  .btn-danger:focus {
136
138
  background-color: #c12e2a;
137
139
  background-position: 0 -15px;
138
140
  }
139
-
140
141
  .btn-danger:active,
141
142
  .btn-danger.active {
142
143
  background-color: #c12e2a;
143
144
  border-color: #b92c28;
144
145
  }
145
-
146
- .btn-info {
147
- background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
148
- background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
149
- background-repeat: repeat-x;
150
- border-color: #28a4c9;
151
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
152
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
153
- }
154
-
155
- .btn-info:hover,
156
- .btn-info:focus {
157
- background-color: #2aabd2;
158
- background-position: 0 -15px;
159
- }
160
-
161
- .btn-info:active,
162
- .btn-info.active {
163
- background-color: #2aabd2;
164
- border-color: #28a4c9;
165
- }
166
-
167
146
  .thumbnail,
168
147
  .img-thumbnail {
169
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
170
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
148
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
149
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
171
150
  }
172
-
173
151
  .dropdown-menu > li > a:hover,
174
152
  .dropdown-menu > li > a:focus {
175
153
  background-color: #e8e8e8;
176
154
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
177
- background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
178
- background-repeat: repeat-x;
155
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
179
156
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
157
+ background-repeat: repeat-x;
180
158
  }
181
-
182
159
  .dropdown-menu > .active > a,
183
160
  .dropdown-menu > .active > a:hover,
184
161
  .dropdown-menu > .active > a:focus {
185
162
  background-color: #357ebd;
186
163
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
187
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
188
- background-repeat: repeat-x;
164
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
189
165
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
166
+ background-repeat: repeat-x;
190
167
  }
191
-
192
168
  .navbar-default {
193
- background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
194
- background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
169
+ background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
170
+ background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
171
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
172
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195
173
  background-repeat: repeat-x;
196
174
  border-radius: 4px;
197
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
198
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
199
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
200
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
175
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
176
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
201
177
  }
202
-
203
178
  .navbar-default .navbar-nav > .active > a {
204
179
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
205
- background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
206
- background-repeat: repeat-x;
180
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
207
181
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
208
- -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
209
- box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
182
+ background-repeat: repeat-x;
183
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
184
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
210
185
  }
211
-
212
186
  .navbar-brand,
213
187
  .navbar-nav > li > a {
214
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
188
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
215
189
  }
216
-
217
190
  .navbar-inverse {
218
- background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
219
- background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
220
- background-repeat: repeat-x;
191
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
192
+ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
221
193
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
222
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
194
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
195
+ background-repeat: repeat-x;
223
196
  }
224
-
225
197
  .navbar-inverse .navbar-nav > .active > a {
226
- background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
227
- background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
228
- background-repeat: repeat-x;
198
+ background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
199
+ background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
229
200
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
230
- -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
231
- box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
201
+ background-repeat: repeat-x;
202
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
203
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
232
204
  }
233
-
234
205
  .navbar-inverse .navbar-brand,
235
206
  .navbar-inverse .navbar-nav > li > a {
236
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
207
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
237
208
  }
238
-
239
209
  .navbar-static-top,
240
210
  .navbar-fixed-top,
241
211
  .navbar-fixed-bottom {
242
212
  border-radius: 0;
243
213
  }
244
-
245
214
  .alert {
246
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
247
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
248
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
215
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
216
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
217
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
249
218
  }
250
-
251
219
  .alert-success {
252
220
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
253
- background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
221
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
222
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
254
223
  background-repeat: repeat-x;
255
224
  border-color: #b2dba1;
256
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
257
225
  }
258
-
259
226
  .alert-info {
260
227
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
261
- background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
228
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
229
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
262
230
  background-repeat: repeat-x;
263
231
  border-color: #9acfea;
264
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
265
232
  }
266
-
267
233
  .alert-warning {
268
234
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
269
- background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
235
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
236
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
270
237
  background-repeat: repeat-x;
271
238
  border-color: #f5e79e;
272
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
273
239
  }
274
-
275
240
  .alert-danger {
276
241
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
277
- background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
242
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
243
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
278
244
  background-repeat: repeat-x;
279
245
  border-color: #dca7a7;
280
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
281
246
  }
282
-
283
247
  .progress {
284
248
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
285
- background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
286
- background-repeat: repeat-x;
249
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
287
250
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
251
+ background-repeat: repeat-x;
288
252
  }
289
-
290
253
  .progress-bar {
291
254
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
292
- background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
293
- background-repeat: repeat-x;
255
+ background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
294
256
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
257
+ background-repeat: repeat-x;
295
258
  }
296
-
297
259
  .progress-bar-success {
298
260
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
299
- background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
300
- background-repeat: repeat-x;
261
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
301
262
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
263
+ background-repeat: repeat-x;
302
264
  }
303
-
304
265
  .progress-bar-info {
305
266
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
306
- background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
307
- background-repeat: repeat-x;
267
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
308
268
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
269
+ background-repeat: repeat-x;
309
270
  }
310
-
311
271
  .progress-bar-warning {
312
272
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
313
- background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
314
- background-repeat: repeat-x;
273
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
315
274
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
275
+ background-repeat: repeat-x;
316
276
  }
317
-
318
277
  .progress-bar-danger {
319
278
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
320
- background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
321
- background-repeat: repeat-x;
279
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
322
280
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
281
+ background-repeat: repeat-x;
323
282
  }
324
-
325
283
  .list-group {
326
284
  border-radius: 4px;
327
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
328
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
285
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
286
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
329
287
  }
330
-
331
288
  .list-group-item.active,
332
289
  .list-group-item.active:hover,
333
290
  .list-group-item.active:focus {
334
291
  text-shadow: 0 -1px 0 #3071a9;
335
292
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
336
- background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
293
+ background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
294
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
337
295
  background-repeat: repeat-x;
338
296
  border-color: #3278b3;
339
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
340
297
  }
341
-
342
298
  .panel {
343
- -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
344
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
299
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
300
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
345
301
  }
346
-
347
302
  .panel-default > .panel-heading {
348
303
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
349
- background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
350
- background-repeat: repeat-x;
304
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
351
305
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
306
+ background-repeat: repeat-x;
352
307
  }
353
-
354
308
  .panel-primary > .panel-heading {
355
309
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
356
- background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
357
- background-repeat: repeat-x;
310
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
358
311
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
312
+ background-repeat: repeat-x;
359
313
  }
360
-
361
314
  .panel-success > .panel-heading {
362
315
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
363
- background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
364
- background-repeat: repeat-x;
316
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
365
317
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
318
+ background-repeat: repeat-x;
366
319
  }
367
-
368
320
  .panel-info > .panel-heading {
369
321
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
370
- background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
371
- background-repeat: repeat-x;
322
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
372
323
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
324
+ background-repeat: repeat-x;
373
325
  }
374
-
375
326
  .panel-warning > .panel-heading {
376
327
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
377
- background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
378
- background-repeat: repeat-x;
328
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
379
329
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
330
+ background-repeat: repeat-x;
380
331
  }
381
-
382
332
  .panel-danger > .panel-heading {
383
333
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
384
- background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
385
- background-repeat: repeat-x;
334
+ background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
386
335
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
336
+ background-repeat: repeat-x;
387
337
  }
388
-
389
338
  .well {
390
339
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
391
- background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
340
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
341
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
392
342
  background-repeat: repeat-x;
393
343
  border-color: #dcdcdc;
394
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
395
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
396
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
397
- }
344
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
345
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
346
+ }
347
+ /*# sourceMappingURL=bootstrap-theme.css.map */