mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
added min-width property for buttons
This commit is contained in:
parent
b885910a1c
commit
06635709d2
@ -143,6 +143,7 @@
|
|||||||
text-indent: 100%;
|
text-indent: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
|
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
|
||||||
@ -519,4 +520,4 @@
|
|||||||
/* W3C */
|
/* W3C */
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
|
||||||
/* IE6-9 */
|
/* IE6-9 */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user