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,8 @@
/* TimeEntry styles */
.timeEntry_control {
vertical-align: middle;
margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
margin-top: -4px;
}