23 lines
760 B
CSS
23 lines
760 B
CSS
/* -----------------------------------------------------------------------------
|
|
|
|
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile
|
|
Version 0.1.26
|
|
Copyright (c)2016 Curious Solutions LLP and Neha Kadam
|
|
http://curioussolutions.github.io/DateTimePicker
|
|
https://github.com/CuriousSolutions/DateTimePicker
|
|
|
|
----------------------------------------------------------------------------- */
|
|
|
|
.dtpicker-cont
|
|
{
|
|
top: 25%;
|
|
}
|
|
|
|
.dtpicker-overlay
|
|
{
|
|
/* For IE 8 */
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000)";
|
|
/* For IE 5.5 to 7 */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000, endColorstr=#20000000);
|
|
zoom: 1!important;
|
|
} |