Skip to content

Commit

Permalink
Fix TP timepicker styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Klingele committed Jul 27, 2017
1 parent 5c68c10 commit ce47860
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/generateTP.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ form button[type="submit"] {
#ui-datepicker-div .ui-datepicker-header > a:nth-child(2) {
right: 2px;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
margin: 0;
}
#ui-datepicker-div::after {
display: none;
}
#ui-datepicker-div button {
border: 1px solid black;
}
#ui-datepicker-div table {
margin: 0;
}
#ui-datepicker-div dl, #ui-datepicker-div dd {
padding: 0;
}
#ui-datepicker-div dl>dt {
text-align: left;
}

#generated {
margin-left: 3%;
Expand Down

0 comments on commit ce47860

Please sign in to comment.