18161816}
18171817.j-forms .inline {
18181818 display : inline-block !important ;
1819- }
1819+ }
1820+
1821+
1822+ /* Datapicker and Timepicker
1823+ =============================== */
1824+ .ui-datepicker {
1825+ background-color : # fff ;
1826+ -webkit-border-radius : 3px ;
1827+ -moz-border-radius : 3px ;
1828+ -o-border-radius : 3px ;
1829+ border-radius : 3px ;
1830+ border : 1px solid rgba (0 , 0 , 0 , .26 );
1831+ -webkit-box-shadow : 0 0 2px rgba (0 , 0 , 0 , .5 );
1832+ -moz-box-shadow : 0 0 2px rgba (0 , 0 , 0 , .5 );
1833+ -o-box-shadow : 0 0 2px rgba (0 , 0 , 0 , .5 );
1834+ box-shadow : 0 0 2px rgba (0 , 0 , 0 , .5 );
1835+ color : rgba (0 , 0 , 0 , .54 );
1836+ display : none;
1837+ font : 16px 'Open Sans' , Helvetica, Arial, sans-serif;
1838+ text-align : center;
1839+ padding : 10px 0 ;
1840+ width : 240px ;
1841+ z-index : 1100 !important ;
1842+ }
1843+ .ui-datepicker-header {
1844+ background-color : # f0f0f0 ;
1845+ line-height : 1.5 ;
1846+ margin : -2px 0 12px ;
1847+ padding : 10px ;
1848+ position : relative;
1849+ }
1850+ .ui-datepicker-prev ,
1851+ .ui-datepicker-next {
1852+ cursor : pointer;
1853+ display : block;
1854+ font-size : 18px ;
1855+ height : 30px ;
1856+ position : absolute;
1857+ text-decoration : none;
1858+ top : 6px ;
1859+ width : 30px ;
1860+ }
1861+ .ui-datepicker-prev { border-right : 1px solid; left : 0 ; }
1862+
1863+ .ui-datepicker-next { border-left : 1px solid; right : 0 ; }
1864+
1865+ .ui-datepicker-calendar { border-collapse : collapse; line-height : 1.5 ; width : 100% ; }
1866+
1867+ .ui-datepicker-calendar th span { color : rgba (0 , 0 , 0 , .26 ); font-weight : lighter; }
1868+
1869+ .ui-datepicker-calendar a ,
1870+ .ui-datepicker-calendar span {
1871+ color : rgba (0 , 0 , 0 , .54 );
1872+ display : block;
1873+ font-size : 16px ;
1874+ margin : 0 auto;
1875+ text-decoration : none;
1876+ width : 28px ;
1877+ }
1878+ .ui-datepicker-calendar a : hover ,
1879+ .ui-datepicker-calendar .ui-state-active { background-color : # e0e0e0 ; }
1880+
1881+ .ui-datepicker-today a { outline : 1px solid rgba (0 , 0 , 0 , .54 ); }
1882+
1883+ .ui-datepicker-inline {
1884+ -webkit-box-sizing : border-box;
1885+ -moz-box-sizing : border-box;
1886+ box-sizing : border-box;
1887+ border : 2px solid rgba (0 , 0 , 0 , .12 );
1888+ -webkit-box-shadow : none;
1889+ -moz-box-shadow : none;
1890+ -o-box-shadow : none;
1891+ box-shadow : none;
1892+ width : 100% ;
1893+ }
1894+ .ui-state-disabled span { color : rgba (0 , 0 , 0 , .26 ); }
1895+
1896+ .ui-timepicker-div .ui-widget-header { background-color : # f0f0f0 ; margin-bottom : 8px ; padding : 10px 0 ; }
1897+
1898+ .ui-timepicker-div dl { text-align : left; }
1899+
1900+ .ui-timepicker-div dl dt { float : left; clear : left; padding : 0 0 0 5px ; }
1901+
1902+ .ui-timepicker-div td { font-size : 90% ; }
1903+
1904+ .ui-tpicker-grid-label { background : none; border : none; margin : 0 ; padding : 0 ; }
1905+
1906+ .ui-timepicker-rtl { direction : rtl; }
1907+
1908+ .ui-timepicker-rtl dl { text-align : right; padding : 0 5px 0 0 ; }
1909+
1910+ .ui-timepicker-rtl dl dt { float : right; clear : right; }
1911+
1912+ .ui-timepicker-rtl dl dd { margin : 0 40% 10px 10px ; }
1913+
1914+ .ui-timepicker-div { font-size : 15px ; }
1915+
1916+ .ui-timepicker-div dl {
1917+ -webkit-box-sizing : border-box;
1918+ -moz-box-sizing : border-box;
1919+ box-sizing : border-box;
1920+ border-top : 1px solid rgba (0 , 0 , 0 , .26 );
1921+ padding : 16px 5px ;
1922+ margin : 16px 0 0 ;
1923+ }
1924+ .ui-timepicker-div .ui_tpicker_time { margin : 0 10px 10px 40% ; }
1925+
1926+ .ui-timepicker-div .ui_tpicker_hour ,
1927+ .ui-timepicker-div .ui_tpicker_minute { margin : 16px 10px 10px 40% ; }
1928+
1929+ .ui-datepicker-buttonpane { border-top : 1px solid rgba (0 , 0 , 0 , .26 ); }
1930+
1931+ .ui-datepicker-buttonpane button {
1932+ background : # e0e0e0 ;
1933+ border : none;
1934+ -webkit-border-radius : 3px ;
1935+ -moz-border-radius : 3px ;
1936+ -o-border-radius : 3px ;
1937+ border-radius : 3px ;
1938+ color : rgba (0 , 0 , 0 , .56 );
1939+ cursor : pointer;
1940+ font : 14px 'Open Sans' , Helvetica, Arial, sans-serif;
1941+ padding : 5px 10px ;
1942+ margin : 10px 5px 0 ;
1943+ -webkit-transition : all.15s;
1944+ -moz-transition : all.15s;
1945+ -ms-transition : all.15s;
1946+ -o-transition : all.15s;
1947+ transition : all.15s;
1948+ outline : none;
1949+ }
1950+ .ui-datepicker-buttonpane button : hover { background : # d6d6d6 ; color : rgba (0 , 0 , 0 , .87 ); }
0 commit comments