rails_email_preview 0.2.18 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,379 +6,340 @@
6
6
  .btn-danger {
7
7
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
8
8
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
9
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
10
- }
11
-
12
- .btn-default:active,
9
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
10
+ .btn-default:active, .btn-default.active,
13
11
  .btn-primary:active,
14
- .btn-success:active,
15
- .btn-info:active,
16
- .btn-warning:active,
17
- .btn-danger:active,
18
- .btn-default.active,
19
12
  .btn-primary.active,
13
+ .btn-success:active,
20
14
  .btn-success.active,
15
+ .btn-info:active,
21
16
  .btn-info.active,
17
+ .btn-warning:active,
22
18
  .btn-warning.active,
19
+ .btn-danger:active,
23
20
  .btn-danger.active {
24
21
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
25
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
26
- }
22
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
27
23
 
28
- .btn:active,
29
- .btn.active {
30
- background-image: none;
31
- }
24
+ .btn:active, .btn.active {
25
+ background-image: none; }
32
26
 
33
27
  .btn-default {
28
+ background-image: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
29
+ background-image: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
30
+ background-image: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
31
+ background-repeat: repeat-x;
32
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE0E0E0', GradientType=0);
33
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
34
+ background-repeat: repeat-x;
35
+ border-color: #dbdbdb;
34
36
  text-shadow: 0 1px 0 #fff;
35
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
36
- background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
37
- background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
38
- background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
39
- background-repeat: repeat-x;
40
- border-color: #e0e0e0;
41
- border-color: #ccc;
42
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
43
- }
44
-
45
- .btn-default:active,
46
- .btn-default.active {
47
- background-color: #e6e6e6;
48
- border-color: #e0e0e0;
49
- }
37
+ border-color: #ccc; }
38
+ .btn-default:hover, .btn-default:focus {
39
+ background-color: #e0e0e0;
40
+ background-position: 0 -15px; }
41
+ .btn-default:active, .btn-default.active {
42
+ background-color: #e0e0e0;
43
+ border-color: #dbdbdb; }
50
44
 
51
45
  .btn-primary {
52
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
53
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
54
- background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
55
- background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
46
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
47
+ background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
48
+ background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
56
49
  background-repeat: repeat-x;
57
- border-color: #2d6ca2;
58
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
59
- }
60
-
61
- .btn-primary:active,
62
- .btn-primary.active {
63
- background-color: #3071a9;
64
- border-color: #2d6ca2;
65
- }
50
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
51
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
52
+ background-repeat: repeat-x;
53
+ border-color: #2b669a; }
54
+ .btn-primary:hover, .btn-primary:focus {
55
+ background-color: #2d6ca2;
56
+ background-position: 0 -15px; }
57
+ .btn-primary:active, .btn-primary.active {
58
+ background-color: #2d6ca2;
59
+ border-color: #2b669a; }
66
60
 
67
61
  .btn-success {
68
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
69
- background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
70
- background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
71
- background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
62
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
63
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
64
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
72
65
  background-repeat: repeat-x;
73
- border-color: #419641;
74
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
75
- }
66
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF419641', GradientType=0);
67
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
68
+ background-repeat: repeat-x;
69
+ border-color: #3e8f3e; }
70
+ .btn-success:hover, .btn-success:focus {
71
+ background-color: #419641;
72
+ background-position: 0 -15px; }
73
+ .btn-success:active, .btn-success.active {
74
+ background-color: #419641;
75
+ border-color: #3e8f3e; }
76
76
 
77
- .btn-success:active,
78
- .btn-success.active {
79
- background-color: #449d44;
80
- border-color: #419641;
81
- }
77
+ .btn-info {
78
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
79
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
80
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
81
+ background-repeat: repeat-x;
82
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2AABD2', GradientType=0);
83
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
84
+ background-repeat: repeat-x;
85
+ border-color: #28a4c9; }
86
+ .btn-info:hover, .btn-info:focus {
87
+ background-color: #2aabd2;
88
+ background-position: 0 -15px; }
89
+ .btn-info:active, .btn-info.active {
90
+ background-color: #2aabd2;
91
+ border-color: #28a4c9; }
82
92
 
83
93
  .btn-warning {
84
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
85
- background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
86
- background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
87
- background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
94
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
95
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
96
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
88
97
  background-repeat: repeat-x;
89
- border-color: #eb9316;
90
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
91
- }
92
-
93
- .btn-warning:active,
94
- .btn-warning.active {
95
- background-color: #ec971f;
96
- border-color: #eb9316;
97
- }
98
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEB9316', GradientType=0);
99
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
100
+ background-repeat: repeat-x;
101
+ border-color: #e38d13; }
102
+ .btn-warning:hover, .btn-warning:focus {
103
+ background-color: #eb9316;
104
+ background-position: 0 -15px; }
105
+ .btn-warning:active, .btn-warning.active {
106
+ background-color: #eb9316;
107
+ border-color: #e38d13; }
98
108
 
99
109
  .btn-danger {
100
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
101
- background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
102
- background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
103
- background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
110
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
111
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
112
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
104
113
  background-repeat: repeat-x;
105
- border-color: #c12e2a;
106
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
107
- }
108
-
109
- .btn-danger:active,
110
- .btn-danger.active {
111
- background-color: #c9302c;
112
- border-color: #c12e2a;
113
- }
114
-
115
- .btn-info {
116
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
117
- background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
118
- background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
119
- background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
114
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC12E2A', GradientType=0);
115
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
120
116
  background-repeat: repeat-x;
121
- border-color: #2aabd2;
122
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
123
- }
124
-
125
- .btn-info:active,
126
- .btn-info.active {
127
- background-color: #31b0d5;
128
- border-color: #2aabd2;
129
- }
117
+ border-color: #b92c28; }
118
+ .btn-danger:hover, .btn-danger:focus {
119
+ background-color: #c12e2a;
120
+ background-position: 0 -15px; }
121
+ .btn-danger:active, .btn-danger.active {
122
+ background-color: #c12e2a;
123
+ border-color: #b92c28; }
130
124
 
131
125
  .thumbnail,
132
126
  .img-thumbnail {
133
127
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
134
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
135
- }
128
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
136
129
 
137
130
  .dropdown-menu > li > a:hover,
138
- .dropdown-menu > li > a:focus,
131
+ .dropdown-menu > li > a:focus {
132
+ background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
133
+ background-image: -o-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
134
+ background-image: linear-gradient(to bottom, whitesmoke 0%, #e8e8e8 100%);
135
+ background-repeat: repeat-x;
136
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0);
137
+ background-color: #e8e8e8; }
138
+
139
139
  .dropdown-menu > .active > a,
140
140
  .dropdown-menu > .active > a:hover,
141
141
  .dropdown-menu > .active > a:focus {
142
- background-color: #357ebd;
143
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
144
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
145
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
142
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
143
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
146
144
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
147
145
  background-repeat: repeat-x;
148
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
149
- }
146
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0);
147
+ background-color: #357ebd; }
150
148
 
151
- .navbar {
152
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
153
- background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
154
- background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
155
- background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
149
+ .navbar-default {
150
+ background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
151
+ background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
152
+ background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
156
153
  background-repeat: repeat-x;
154
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8', GradientType=0);
155
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
157
156
  border-radius: 4px;
158
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
159
157
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
160
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
161
- }
162
-
163
- .navbar .navbar-nav > .active > a {
164
- background-color: #f8f8f8;
165
- }
158
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }
159
+ .navbar-default .navbar-nav > .active > a {
160
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
161
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
162
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
163
+ background-repeat: repeat-x;
164
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF3F3F3', GradientType=0);
165
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
166
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }
166
167
 
167
168
  .navbar-brand,
168
169
  .navbar-nav > li > a {
169
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
170
- }
170
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }
171
171
 
172
172
  .navbar-inverse {
173
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
174
- background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
175
- background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
173
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
174
+ background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
176
175
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
177
176
  background-repeat: repeat-x;
178
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
179
- }
180
-
177
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3C3C3C', endColorstr='#FF222222', GradientType=0);
178
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
181
179
  .navbar-inverse .navbar-nav > .active > a {
182
- background-color: #222222;
183
- }
184
-
180
+ background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
181
+ background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
182
+ background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
183
+ background-repeat: repeat-x;
184
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF282828', GradientType=0);
185
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
186
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }
185
187
  .navbar-inverse .navbar-brand,
186
188
  .navbar-inverse .navbar-nav > li > a {
187
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
188
- }
189
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
189
190
 
190
191
  .navbar-static-top,
191
192
  .navbar-fixed-top,
192
193
  .navbar-fixed-bottom {
193
- border-radius: 0;
194
- }
194
+ border-radius: 0; }
195
195
 
196
196
  .alert {
197
197
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
198
198
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
199
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
200
- }
199
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
201
200
 
202
201
  .alert-success {
203
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
204
- background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
205
- background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
202
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
203
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
206
204
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
207
205
  background-repeat: repeat-x;
208
- border-color: #b2dba1;
209
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
210
- }
206
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFC8E5BC', GradientType=0);
207
+ border-color: #b2dba1; }
211
208
 
212
209
  .alert-info {
213
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
214
- background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
215
- background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
210
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
211
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
216
212
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
217
213
  background-repeat: repeat-x;
218
- border-color: #9acfea;
219
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
220
- }
214
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFB9DEF0', GradientType=0);
215
+ border-color: #9acfea; }
221
216
 
222
217
  .alert-warning {
223
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
224
- background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
225
- background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
218
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
219
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
226
220
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
227
221
  background-repeat: repeat-x;
228
- border-color: #f5e79e;
229
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
230
- }
222
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFF8EFC0', GradientType=0);
223
+ border-color: #f5e79e; }
231
224
 
232
225
  .alert-danger {
233
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
234
- background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
235
- background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
226
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
227
+ background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
236
228
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
237
229
  background-repeat: repeat-x;
238
- border-color: #dca7a7;
239
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
240
- }
230
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFE7C3C3', GradientType=0);
231
+ border-color: #dca7a7; }
241
232
 
242
233
  .progress {
243
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
244
- background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
245
- background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
246
- background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
234
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
235
+ background-image: -o-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
236
+ background-image: linear-gradient(to bottom, #ebebeb 0%, whitesmoke 100%);
247
237
  background-repeat: repeat-x;
248
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
249
- }
238
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBEBEB', endColorstr='#FFF5F5F5', GradientType=0); }
250
239
 
251
240
  .progress-bar {
252
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
253
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
254
- background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
241
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
242
+ background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
255
243
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
256
244
  background-repeat: repeat-x;
257
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
258
- }
245
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3071A9', GradientType=0); }
259
246
 
260
247
  .progress-bar-success {
261
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
262
- background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
263
- background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
248
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
249
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
264
250
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
265
251
  background-repeat: repeat-x;
266
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
267
- }
252
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0); }
268
253
 
269
254
  .progress-bar-info {
270
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
271
- background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
272
- background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
255
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
256
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
273
257
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
274
258
  background-repeat: repeat-x;
275
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
276
- }
259
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF31B0D5', GradientType=0); }
277
260
 
278
261
  .progress-bar-warning {
279
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
280
- background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
281
- background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
262
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
263
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
282
264
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
283
265
  background-repeat: repeat-x;
284
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
285
- }
266
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC971F', GradientType=0); }
286
267
 
287
268
  .progress-bar-danger {
288
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
289
- background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
290
- background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
269
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
270
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
291
271
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
292
272
  background-repeat: repeat-x;
293
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
294
- }
273
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0); }
295
274
 
296
275
  .list-group {
297
276
  border-radius: 4px;
298
277
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
299
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
300
- }
278
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }
301
279
 
302
280
  .list-group-item.active,
303
281
  .list-group-item.active:hover,
304
282
  .list-group-item.active:focus {
305
283
  text-shadow: 0 -1px 0 #3071a9;
306
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
307
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
308
- background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
284
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
285
+ background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
309
286
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
310
287
  background-repeat: repeat-x;
311
- border-color: #3278b3;
312
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
313
- }
288
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF3278B3', GradientType=0);
289
+ border-color: #3278b3; }
314
290
 
315
291
  .panel {
316
292
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
317
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
318
- }
293
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
319
294
 
320
295
  .panel-default > .panel-heading {
321
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
322
- background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
323
- background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
324
- background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
296
+ background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
297
+ background-image: -o-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
298
+ background-image: linear-gradient(to bottom, whitesmoke 0%, #e8e8e8 100%);
325
299
  background-repeat: repeat-x;
326
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
327
- }
300
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0); }
328
301
 
329
302
  .panel-primary > .panel-heading {
330
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
331
- background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
332
- background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
303
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
304
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
333
305
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
334
306
  background-repeat: repeat-x;
335
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
336
- }
307
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0); }
337
308
 
338
309
  .panel-success > .panel-heading {
339
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
340
- background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
341
- background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
310
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
311
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
342
312
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
343
313
  background-repeat: repeat-x;
344
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
345
- }
314
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF0D8', endColorstr='#FFD0E9C6', GradientType=0); }
346
315
 
347
316
  .panel-info > .panel-heading {
348
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
349
- background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
350
- background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
317
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
318
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
351
319
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
352
320
  background-repeat: repeat-x;
353
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
354
- }
321
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9EDF7', endColorstr='#FFC4E3F3', GradientType=0); }
355
322
 
356
323
  .panel-warning > .panel-heading {
357
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
358
- background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
359
- background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
324
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
325
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
360
326
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
361
327
  background-repeat: repeat-x;
362
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
363
- }
328
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCF8E3', endColorstr='#FFFAF2CC', GradientType=0); }
364
329
 
365
330
  .panel-danger > .panel-heading {
366
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
367
- background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
368
- background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
331
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
332
+ background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
369
333
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
370
334
  background-repeat: repeat-x;
371
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
372
- }
335
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2DEDE', endColorstr='#FFEBCCCC', GradientType=0); }
373
336
 
374
337
  .well {
375
- background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
376
- background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
377
- background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
378
- background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
338
+ background-image: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
339
+ background-image: -o-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
340
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, whitesmoke 100%);
379
341
  background-repeat: repeat-x;
380
- border-color: #dcdcdc;
381
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
342
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFF5F5F5', GradientType=0);
343
+ border-color: gainsboro;
382
344
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
383
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
384
- }
345
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }