Pretty up the code text boxes on Install. Affects the non-writable wp-config.php mainly. Code styling taken from Network panel. Props ocean90

git-svn-id: https://develop.svn.wordpress.org/trunk@13870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-03-28 11:26:06 +00:00
parent 7eeb87b8d2
commit e02622be5b
3 changed files with 12 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ p, li, dd, dt {
line-height: 18px;
}
code { font-size: 13px; }
code, .code { font-size: 13px; }
ul, ol, dl { padding: 5px 5px 5px 22px; }
@@ -93,6 +93,14 @@ abbr {
background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
}
textarea {
border: 1px solid #bbb;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.form-table {
border-collapse: collapse;
margin-top: 1em;
@@ -147,7 +155,7 @@ abbr {
margin: 25px 0 20px;
}
#error-page code { font-family: Consolas, Monaco, Courier, monospace; }
#error-page code, .code { font-family: Consolas, Monaco, Courier, monospace; }
#pass-strength-result {
background-color: #eee;