Reduce height of text fields.

This commit is contained in:
Mikaël Ates 2016-01-15 15:14:11 +01:00
parent 21d8daaa9f
commit e421956817
1 changed files with 2 additions and 1 deletions

View File

@ -456,7 +456,8 @@ box-shadow: 0px 1px rgba(255, 255, 255, 0.1) inset, -1px 0px rgba(0, 0, 0, 0.1)
form.default-form textarea{
color: #FFF;
border-color: rgba(255, 255, 255, 0.12);
width: 345px;
width: 344px;
height : 100px;
font-size: 13px;
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
font-weight: 400;