[SPIP] +installation version 3.0.10
[lhc/web/www.git] / www / prive / formulaires / dateur / time_picker.css
diff --git a/www/prive/formulaires/dateur/time_picker.css b/www/prive/formulaires/dateur/time_picker.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