summaryrefslogtreecommitdiffstats
path: root/wp-admin/wp-admin.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-24 11:45:39 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-24 11:45:39 +0000
commitcf9f85dc8121a359d550ffa3b735fb48859eee88 (patch)
tree9f90be15fc46163f5656f019f2a2866414b7c9f2 /wp-admin/wp-admin.css
parentf10f9f5b05e23ce4c07479b094bd3ff4bbfd86d0 (diff)
downloadwordpress-mu-cf9f85dc8121a359d550ffa3b735fb48859eee88.tar.gz
wordpress-mu-cf9f85dc8121a359d550ffa3b735fb48859eee88.tar.xz
wordpress-mu-cf9f85dc8121a359d550ffa3b735fb48859eee88.zip
Merged with WP 2.5, revision 7806
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1260 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wp-admin.css')
-rw-r--r--wp-admin/wp-admin.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index bf7e63f..7a9283c 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -34,8 +34,8 @@ form#upload #post_content, form#upload #post_title {
}
.form-invalid input {
- border-width: 1px; !important
- border-style: solid; !important
+ border-width: 1px !important;
+ border-style: solid !important;
}
@@ -879,6 +879,10 @@ html, body {
margin-bottom: 6px;
}
+#profile-page .form-table input[type=text] {
+ width: 300px;
+}
+
#pass-strength-result {
width: 197px;
float: left;
@@ -1436,7 +1440,7 @@ ul.view-switch li.current {
background-image: url(images/tail.gif);
background-repeat: no-repeat;
background-position: 15px bottom;
- background-color: thansparent;
+ background-color: transparent;
}
#tTips p#tTips_inside {