X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-admin/css/forms-rtl.css diff --git a/wp-admin/css/forms-rtl.css b/wp-admin/css/forms-rtl.css index 5ecb8c83..b8a0956f 100644 --- a/wp-admin/css/forms-rtl.css +++ b/wp-admin/css/forms-rtl.css @@ -16,7 +16,6 @@ input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], -input[type="password"], input[type="search"], input[type="radio"], input[type="tel"], @@ -45,7 +44,6 @@ input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, -input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, @@ -70,7 +68,7 @@ input[type="url"] { /* Vertically align the number selector with the input. */ input[type="number"] { height: 28px; - line-height: inherit; + line-height: 1; } input[type="checkbox"], @@ -566,6 +564,16 @@ p.search-box { margin: 0 0 0 4px; } +.js.plugins-php .search-box .wp-filter-search { + margin: 0; + width: 280px; + font-size: 16px; + font-weight: 300; + line-height: 1.5; + padding: 3px 5px; + height: 32px; +} + input[type="text"].ui-autocomplete-loading, input[type="email"].ui-autocomplete-loading { background-image: url(../images/loading.gif); @@ -620,8 +628,7 @@ ul#add-to-blog-users { .form-table, .form-table td, .form-table th, -.form-table td p, -.form-wrap label { +.form-table td p { font-size: 14px; } @@ -635,7 +642,7 @@ ul#add-to-blog-users { .form-table th, .form-wrap label { color: #23282d; - font-weight: normal; + font-weight: 400; text-shadow: none; vertical-align: baseline; } @@ -762,7 +769,7 @@ table.form-table td .updated p { .tool-box .title { margin: 8px 0; font-size: 18px; - font-weight: normal; + font-weight: 400; line-height: 24px; } @@ -973,7 +980,7 @@ table.form-table td .updated p { } .request-filesystem-credentials-dialog .notification-dialog { - top: 15%; + top: 10%; max-height: 85%; } @@ -1031,6 +1038,10 @@ table.form-table td .updated p { margin-left: 10px; } +.request-filesystem-credentials-dialog #auth-keys-desc { + margin-bottom: 0; +} + #request-filesystem-credentials-dialog .button:not(:last-child) { margin-left: 10px; } @@ -1043,6 +1054,43 @@ table.form-table td .updated p { display: inline; } +.request-filesystem-credentials-dialog .ftp-username, +.request-filesystem-credentials-dialog .ftp-password { + float: none; + width: auto; +} + +.request-filesystem-credentials-dialog .ftp-username { + margin-bottom: 1em; +} + +.request-filesystem-credentials-dialog .ftp-password { + margin: 0; +} + +.request-filesystem-credentials-dialog .ftp-password em { + color: #888; +} + +.request-filesystem-credentials-dialog label { + display: block; + line-height: 1.5; + margin-bottom: 1em; +} + +.request-filesystem-credentials-form legend { + padding-bottom: 0; +} + +.request-filesystem-credentials-form #ssh-keys legend { + font-size: 1.3em; +} + +.request-filesystem-credentials-form .notice { + margin: 0 0 20px 0; + clear: both; +} + /* =Media Queries -------------------------------------------------------------- */