give more padding to widgets (#7352)

This commit is contained in:
Frédéric Péters 2015-05-26 16:26:22 +02:00
parent 6d6c1ced85
commit ebd0f92895
2 changed files with 2 additions and 3 deletions

View File

@ -651,8 +651,7 @@ input[type="email"],
input[type="text"],
input[type="password"] {
border: 1px solid #aaa;
background: white url(field-shade.png) top left repeat-x;
padding: 1px;
padding: 5px 10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;

View File

@ -290,8 +290,8 @@ div.WcsExtraStringWidget input,
div.TextWidget textarea,
div.SingleSelectHintWidget select {
border: 1px solid #aaa;
background: white url(static/field-shade.png) top left repeat-x;
padding: 1px;
padding: 5px 10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;