Commit f1ef46a72bf2eedba1c0d5a1d2da249c3b050ed4
1 parent
ac5b301f
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -2302,7 +2302,7 @@ input.button.with-text { |
2302 | 2302 | background: url("images/prompt_bg_normal.png") no-repeat top center #cfe1bf !important; |
2303 | 2303 | border-width: 0px; |
2304 | 2304 | max-width: 369px; |
2305 | - height: 170px; | |
2305 | + height: 170px !important; | |
2306 | 2306 | padding: 10px 0; |
2307 | 2307 | border-width: 0 !important; |
2308 | 2308 | } | ... | ... |