Commit 9789a5afde981f1d5e96ae0af76f8b149f5097e0

Authored by Dima
1 parent 948e079f

fix height input in http://semena.in.ua/please-return

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/please_return.php
@@ -95,7 +95,7 @@ font-family: 'Lato', sans-serif; @@ -95,7 +95,7 @@ font-family: 'Lato', sans-serif;
95 } 95 }
96 #block_7 form input{ 96 #block_7 form input{
97 max-width:250px; 97 max-width:250px;
98 - height: 31px; 98 + height: 40px;
99 margin:0 10px; 99 margin:0 10px;
100 border: 2px solid rgba(255, 255, 255, 0.78); 100 border: 2px solid rgba(255, 255, 255, 0.78);
101 border-radius: 0; 101 border-radius: 0;