mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user