Skip to content

Commit

Permalink
Fix alignment of input boxes, especially checkboxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 11, 2016
1 parent e541b64 commit 04c6fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kronolith/themes/default/dynamic/screen.css
Expand Up @@ -115,6 +115,9 @@ html, body {
.kronolithDialog div {
margin-bottom: 5px;
}
.kronolithDialog input {
vertical-align: middle;
}
.kronolithDialog td {
padding-right: 10px;
vertical-align: top;
Expand Down

0 comments on commit 04c6fcb

Please sign in to comment.