From cc26a1c928c23dbda3b0e0153d4d01a6bfaf0ea1 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 6 Sep 2005 06:45:31 +0000 Subject: [PATCH] Bigger excerpt and better styling of profile profile. git-svn-id: https://develop.svn.wordpress.org/trunk@2843 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 3dcda7e13d..345955ffa9 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -413,7 +413,7 @@ table .vers, table .name { } #excerpt { - height: 1.8em; + height: 4em; width: 98%; } @@ -681,12 +681,17 @@ table .vers, table .name { margin: 1em; } -#your-profile fieldset input { +#your-profile fieldset input, { width: 100%; font-size: 20px; padding: 2px; } +#your-profile fieldset textarea { + width: 100%; + padding: 2px; +} + #your-profile legend { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px;