Commit 7deca8322a5da0e7f1c17cabe2dde18539b3f165
1 parent
7e171530
Exists in
master
and in
4 other branches
updating theme
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2483,6 +2483,7 @@ input.button.with-text { |
2483 | 2483 | #pairwise_main .pairwise_content { |
2484 | 2484 | background-color: #ECF2E7; |
2485 | 2485 | padding: 1em; |
2486 | + overflow: hidden; | |
2486 | 2487 | } |
2487 | 2488 | |
2488 | 2489 | #pairwise_main .pairwise_body { |
... | ... | @@ -2517,10 +2518,12 @@ input.button.with-text { |
2517 | 2518 | |
2518 | 2519 | #pairwise_main .prompt.left{ |
2519 | 2520 | background-position: 51% top; |
2521 | + float: left; | |
2520 | 2522 | } |
2521 | 2523 | |
2522 | 2524 | #pairwise_main .prompt.right{ |
2523 | 2525 | background-position: 50% top; |
2526 | + float: right; | |
2524 | 2527 | } |
2525 | 2528 | |
2526 | 2529 | #pairwise_main .prompt a{ | ... | ... |