Tweak install.php CSS to better fit translations, props SergeyBiryukov, fixes #19281

git-svn-id: https://develop.svn.wordpress.org/trunk@19331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-18 01:56:50 +00:00
parent 6385e58b51
commit fd354a3d35
3 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -127,7 +127,7 @@ textarea {
text-align: left;
padding: 16px 20px 10px 0;
border-bottom: 8px solid #fff;
width: 130px;
width: 140px;
vertical-align: top;
}
@@ -151,6 +151,11 @@ textarea {
font-family: sans-serif;
}
.form-table input[type=text],
.form-table input[type=password] {
width: 206px;
}
.form-table th p {
font-weight: normal;
}
@@ -189,7 +194,7 @@ textarea {
border-color: #ddd !important;
border-style: solid;
border-width: 1px;
margin: 5px 5px 5px 1px;
margin: 5px 5px 5px 0;
padding: 5px;
text-align: center;
width: 200px;