mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Nice curves. Props ketsugi. fixes #2896
git-svn-id: http://svn.automattic.com/wordpress/trunk@4001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10185ecaab
commit
2df0ebe996
@ -184,23 +184,39 @@ if (current_user_can('upload_files')) {
|
||||
|
||||
<div id="advancedstuff" class="dbx-group" >
|
||||
|
||||
<div class="dbx-box-wrapper">
|
||||
<fieldset id="postexcerpt" class="dbx-box">
|
||||
<div class="dbx-handle-wrapper">
|
||||
<h3 class="dbx-handle"><?php _e('Optional Excerpt') ?></h3>
|
||||
</div>
|
||||
<div class="dbx-content-wrapper">
|
||||
<div class="dbx-content"><textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt"><?php echo $post->post_excerpt ?></textarea></div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div class="dbx-box-wrapper">
|
||||
<fieldset class="dbx-box">
|
||||
<div class="dbx-handle-wrapper">
|
||||
<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
|
||||
</div>
|
||||
<div class="dbx-content-wrapper">
|
||||
<div class="dbx-content"><?php _e('Send trackbacks to'); ?>: <?php echo $form_trackback; ?> (<?php _e('Separate multiple URIs with spaces'); ?>)
|
||||
<?php
|
||||
if ( ! empty($pings) )
|
||||
echo $pings;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div class="dbx-box-wrapper">
|
||||
<fieldset id="postcustom" class="dbx-box">
|
||||
<div class="dbx-handle-wrapper">
|
||||
<h3 class="dbx-handle"><?php _e('Custom Fields') ?></h3>
|
||||
</div>
|
||||
<div class="dbx-content-wrapper">
|
||||
<div id="postcustomstuff" class="dbx-content">
|
||||
<table cellpadding="3">
|
||||
<?php
|
||||
@ -215,6 +231,7 @@ list_meta($metadata);
|
||||
<div id="ajax-response"></div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<?php do_action('dbx_post_advanced'); ?>
|
||||
|
||||
|
BIN
wp-admin/images/box-bg-left.gif
Normal file
BIN
wp-admin/images/box-bg-left.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 B |
BIN
wp-admin/images/box-bg-right.gif
Normal file
BIN
wp-admin/images/box-bg-right.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 B |
BIN
wp-admin/images/box-butt-left.gif
Normal file
BIN
wp-admin/images/box-butt-left.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 B |
BIN
wp-admin/images/box-butt-right.gif
Normal file
BIN
wp-admin/images/box-butt-right.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 960 B |
BIN
wp-admin/images/box-head-left.gif
Normal file
BIN
wp-admin/images/box-head-left.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 B |
BIN
wp-admin/images/box-head-right.gif
Normal file
BIN
wp-admin/images/box-head-right.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -930,6 +930,55 @@ table .vers {
|
||||
background: url(images/box-bg.gif) repeat-y right;
|
||||
}
|
||||
|
||||
#advancedstuff h3.dbx-handle {
|
||||
margin-left: 7px;
|
||||
margin-bottom: -7px;
|
||||
padding: 6px 1em 0 3px;
|
||||
background: #2685af url(images/box-head-right.gif) no-repeat top right;
|
||||
}
|
||||
|
||||
#advancedstuff div.dbx-handle-wrapper {
|
||||
margin: 0 0 0 -7px;
|
||||
background: #fff url(images/box-head-left.gif) no-repeat top left;
|
||||
}
|
||||
|
||||
#advancedstuff div.dbx-content {
|
||||
margin-left: 8px;
|
||||
background: url(images/box-bg-right.gif) repeat-y right;
|
||||
padding: 10px 10px 15px 0px;
|
||||
}
|
||||
|
||||
#postexcerpt div.dbx-content {
|
||||
margin-right: 0;
|
||||
padding-right: 17px;
|
||||
}
|
||||
|
||||
#advancedstuff div.dbx-content-wrapper {
|
||||
margin-left: -7px;
|
||||
margin-right: 0;
|
||||
background: url(images/box-bg-left.gif) repeat-y left;
|
||||
}
|
||||
|
||||
#advancedstuff fieldset.dbx-box {
|
||||
padding-bottom: 9px;
|
||||
margin-left: 6px;
|
||||
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
||||
}
|
||||
|
||||
#advancedstuff div.dbx-box-wrapper {
|
||||
background: url(images/box-butt-left.gif) no-repeat bottom left;
|
||||
}
|
||||
|
||||
#advancedstuff .dbx-box-closed div.dbx-content-wrapper {
|
||||
padding-bottom: 2px;
|
||||
background: url(images/box-butt-left.gif) no-repeat bottom left;
|
||||
}
|
||||
|
||||
#advancedstuff .dbx-box {
|
||||
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
||||
}
|
||||
|
||||
|
||||
/* handle cursors */
|
||||
.dbx-handle-cursor {
|
||||
cursor: move;
|
||||
@ -964,12 +1013,16 @@ a.dbx-toggle, a.dbx-toggle:visited {
|
||||
#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
top: 3px;
|
||||
right: 5px;
|
||||
background-position: 0 -3px;
|
||||
}
|
||||
|
||||
#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
top: 3px;
|
||||
right: 5px;
|
||||
background-position: 0 -28px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user