Skip to content

Commit

Permalink
Fixed alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
F. Malina authored Mar 25, 2019
1 parent f3275cc commit 51f5afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdd.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ span.filterBlock input {
display: block;
position: absolute;
top: 0;
left: 50%;
left: 56%;
border-color: #36c;
color: #36c;
}
Expand All @@ -288,7 +288,7 @@ button {
font-size: .9em;
position: absolute;
top: 29px;
left: 50%;
left: 56%;
right: 3%;
padding: 0 1em 0 0;
}
Expand Down

0 comments on commit 51f5afb

Please sign in to comment.