mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
A few CSS polishes
git-svn-id: https://develop.svn.wordpress.org/trunk@2730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user