Fix datetimepicker input fields

This commit is contained in:
Raimund Schlüßler 2017-09-25 00:34:38 +02:00
parent 79186be77b
commit 1432a54c53
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178
2 changed files with 6 additions and 4 deletions

View file

@ -262,6 +262,7 @@
margin-left: 12px;
vertical-align: middle;
width: calc(100% - 80px);
line-height: 0;
}
&.editing {
@ -476,11 +477,11 @@
input {
&.datepicker-input {
width: 120px;
width: 60%;
}
&.timepicker-input {
width: 80px;
width: calc(40% - 10px);
}
&.duration-input {

View file

@ -1008,6 +1008,7 @@ tr:last-child .task-item {
margin-left: 12px;
vertical-align: middle;
width: calc(100% - 80px);
line-height: 0;
}
&.editing {
@ -1222,11 +1223,11 @@ tr:last-child .task-item {
input {
&.datepicker-input {
width: 120px;
width: 60%;
}
&.timepicker-input {
width: 80px;
width: calc(40% - 10px);
}
&.duration-input {