From 2c1907d29fd6de3e17914bbfaf474b6ca69fbf03 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 4 Oct 2006 12:58:05 +0000 Subject: [PATCH] CSS and consistency fixes for options.php git-svn-id: http://svn.automattic.com/wordpress/trunk@4336 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options.php | 9 +++++---- wp-admin/wp-admin.css | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index f71c8b5c0..c0f47b784 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -116,10 +116,11 @@ default: include('admin-header.php'); ?>
-

+

+

get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); @@ -138,8 +139,8 @@ foreach ( (array) $options as $option) : @@ -147,7 +148,7 @@ foreach ( (array) $options as $option) : endforeach; ?>
"; - if (stristr($value, "\n")) echo ""; - else echo ""; + if (stristr($value, "\n")) echo ""; + else echo ""; echo " $option->option_description
-

+

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 7c297241d..3ebef87d5 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -400,7 +400,7 @@ table .vers { text-align: center; } -#all-options textarea, #all-options input { +textarea.all-options, input.all-options { width: 250px; }