fix for due date control

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-07-05 20:31:01 +02:00
committed by Julius Härtl
parent a14b74223b
commit 14c90e53ce
2 changed files with 2 additions and 2 deletions

View File

@@ -569,13 +569,13 @@ input.input-inline {
.timepicker-input {
width: 50px;
border-left: 0;
border-radius: 0px 3px 3px 0px;
}
.datepicker-input {
width: 85px;
margin: 3px 0px;
border-right: 0;
border-radius: 3px 0px 0px 3px;
}