[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / spip-bonux / formulaires / dateur / timePicker.css
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 (file)
index 0000000..5c2cd1d
--- /dev/null
@@ -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