Skip to content

Commit e94b766

Browse files
committed
Merge pull request xdan#138 from demis-palma/patch-5
Overwritten properties
2 parents 8c7715a + cad2b20 commit e94b766

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

jquery.datetimepicker.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
border-right: 1px solid #CCCCCC;
77
border-top: 1px solid #CCCCCC;
88
color: #333333;
9-
display: block;
109
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
1110
padding: 8px;
1211
padding-left: 0px;
@@ -178,7 +177,6 @@
178177
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select{
179178
border:1px solid #ccc;
180179
position:absolute;
181-
display:block;
182180
right:0px;
183181
top:30px;
184182
z-index:101;
@@ -225,7 +223,6 @@
225223
}
226224
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{
227225
width:14.2857142%;
228-
text-align:center;
229226
background: #F5F5F5;
230227
border:1px solid #DDDDDD;
231228
color: #666666;
@@ -293,12 +290,11 @@
293290
.xdsoft_scrollbar{
294291
position:absolute;
295292
width:7px;
296-
width:7px;
297293
right:0px;
298294
top:0px;
299295
bottom:0px;
300296
cursor:pointer;
301297
}
302298
.xdsoft_scroller_box{
303299
position:relative;
304-
}
300+
}

0 commit comments

Comments
 (0)