New module 'Date'

This commit is contained in:
Manuel Cillero 2017-07-26 14:11:39 +02:00
parent a4887c6502
commit ac4b84765b
116 changed files with 30150 additions and 0 deletions

View file

@ -0,0 +1,17 @@
/* timeEntry styles */
.timeEntry_control {
vertical-align: middle;
margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
margin-top: -4px;
}
/* Make sure background colors from other styles don't obscure the current element highlight */
.timeEntry {
background-color:transparent !important;
}
/* This is to keep FF from offering a drop-down list of previous values. */
/* For some reason hiding the div where the image belongs keeps that from happening. */
.timeEntry_control {
display:none;
}