A few CSS polishes

git-svn-id: https://develop.svn.wordpress.org/trunk@2730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-07-23 06:22:48 +00:00
parent cf204d01e5
commit b81fef690d
6 changed files with 123 additions and 112 deletions
+6 -1
View File
@@ -85,7 +85,12 @@ window.onload = focusit;
<fieldset id="categorydiv" class="dbx-box">
<h3 class="dbx-handle"><?php _e('Categories') ?></h3>
<div class="dbx-content"><?php dropdown_categories(get_settings('default_category')); ?></div>
<div class="dbx-content"><div><?php dropdown_categories(get_settings('default_category')); ?></div>
<p id="ajaxcat">
<input type="text" name="newcat" id="newcat" size="16" />
<input type="button" name="Button" value="+">
</p>
</div>
</fieldset>
<fieldset class="dbx-box">