[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / prive / formulaires / dateur / time_picker.css
index 5c2cd1d..fecd807 100644 (file)
@@ -1,11 +1,12 @@
 div.time-picker {
   position: absolute;
-  height: 200px;
+  height: 191px;
   width:4em; /* needed for IE */
   overflow: auto;
   background: #fff;
-  border: 1px solid #000;
-  z-index: 99998;
+  border: 1px solid #aaa;
+  z-index: 99998; /* 98 */
+  margin: 0;
 }
 div.time-picker-12hours {
   width:6em; /* needed for IE */
@@ -17,10 +18,13 @@ div.time-picker ul {
   padding: 0;
 }
 div.time-picker li {
-  padding: 1px;
   cursor: pointer;
+  height: 10px;
+  font: 12px/1 Helvetica, Arial, sans-serif;
+  padding: 4px 3px;
+  box-sizing:content-box;
 }
 div.time-picker li.selected {
-  background: #316AC5;
+  background: #888; /* #0063CE */
   color: #fff;
-}
\ No newline at end of file
+}