jquery-datetimepicker 0.0.7 → 0.0.8
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.
@@ -270,6 +270,10 @@
|
|
270
270
|
color: #fff;
|
271
271
|
|
272
272
|
.alert-settings{
|
273
|
+
ul {
|
274
|
+
padding: 0;
|
275
|
+
list-style: none;
|
276
|
+
}
|
273
277
|
|
274
278
|
a{
|
275
279
|
color: #fff !important;
|
@@ -300,7 +304,8 @@
|
|
300
304
|
|
301
305
|
a{
|
302
306
|
color: #fff;
|
303
|
-
padding:
|
307
|
+
padding: 0;
|
308
|
+
height: 30px;
|
304
309
|
display: block;
|
305
310
|
}
|
306
311
|
|