X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fspip-bonux%2Fformulaires%2Fdateur%2FtimePicker.css;fp=www%2Fplugins%2Fauto%2Fspip-bonux%2Fformulaires%2Fdateur%2FtimePicker.css;h=5c2cd1d2cd071f7fe43ff28795c381dd0b1c1dc4;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/spip-bonux/formulaires/dateur/timePicker.css b/www/plugins/auto/spip-bonux/formulaires/dateur/timePicker.css new file mode 100644 index 0000000..5c2cd1d --- /dev/null +++ b/www/plugins/auto/spip-bonux/formulaires/dateur/timePicker.css @@ -0,0 +1,26 @@ +div.time-picker { + position: absolute; + height: 200px; + width:4em; /* needed for IE */ + overflow: auto; + background: #fff; + border: 1px solid #000; + z-index: 99998; +} +div.time-picker-12hours { + width:6em; /* needed for IE */ +} + +div.time-picker ul { + list-style-type: none; + margin: 0; + padding: 0; +} +div.time-picker li { + padding: 1px; + cursor: pointer; +} +div.time-picker li.selected { + background: #316AC5; + color: #fff; +} \ No newline at end of file