Fewer borders for localized names

Reduces visual clutter and fixes #1695
This commit is contained in:
John Firebaugh
2013-08-23 16:51:27 -07:00
parent 3399646aee
commit 2c93e053ae
2 changed files with 14 additions and 18 deletions
+4 -4
View File
@@ -1453,13 +1453,13 @@ input[type=number] {
vertical-align: top;
}
.form-field .localized-wrap {
padding: 0 10px;
}
.form-field .localized-wrap .entry {
position: relative;
overflow: hidden;
background: #f1f1f1;
border: 1px solid #ccc;
border-width: 0;
border-radius: 4px;
}
.form-field .localized-wrap .entry::before {