Skip to content

Commit 036b936

Browse files
committed
Fixed width and list style on mixed widget
1 parent 75515dd commit 036b936

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/less/bootstrap-datetimepicker.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.datetimepicker {
1212
top: 0;
1313
left: 0;
14+
width: 250px;
1415
padding: 4px;
1516
margin-top: 1px;
1617
.border-radius(4px);
@@ -35,6 +36,10 @@
3536
top: -6px;
3637
left: 7px;
3738
}
39+
>ul {
40+
list-style-type: none;
41+
margin: 0;
42+
}
3843
.timepicker-hour, .timepicker-minute, .timepicker-second {
3944
font-weight: bold;
4045
font-size: 1.2em;

0 commit comments

Comments
 (0)