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 id="advancedstuff" class="dbx-group" >
|
||||||
|
|
||||||
|
<div class="dbx-box-wrapper">
|
||||||
<fieldset id="postexcerpt" class="dbx-box">
|
<fieldset id="postexcerpt" class="dbx-box">
|
||||||
|
<div class="dbx-handle-wrapper">
|
||||||
<h3 class="dbx-handle"><?php _e('Optional Excerpt') ?></h3>
|
<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 class="dbx-content"><textarea rows="1" cols="40" name="excerpt" tabindex="6" id="excerpt"><?php echo $post->post_excerpt ?></textarea></div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="dbx-box-wrapper">
|
||||||
<fieldset class="dbx-box">
|
<fieldset class="dbx-box">
|
||||||
|
<div class="dbx-handle-wrapper">
|
||||||
<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
|
<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'); ?>)
|
<div class="dbx-content"><?php _e('Send trackbacks to'); ?>: <?php echo $form_trackback; ?> (<?php _e('Separate multiple URIs with spaces'); ?>)
|
||||||
<?php
|
<?php
|
||||||
if ( ! empty($pings) )
|
if ( ! empty($pings) )
|
||||||
echo $pings;
|
echo $pings;
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="dbx-box-wrapper">
|
||||||
<fieldset id="postcustom" class="dbx-box">
|
<fieldset id="postcustom" class="dbx-box">
|
||||||
|
<div class="dbx-handle-wrapper">
|
||||||
<h3 class="dbx-handle"><?php _e('Custom Fields') ?></h3>
|
<h3 class="dbx-handle"><?php _e('Custom Fields') ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="dbx-content-wrapper">
|
||||||
<div id="postcustomstuff" class="dbx-content">
|
<div id="postcustomstuff" class="dbx-content">
|
||||||
<table cellpadding="3">
|
<table cellpadding="3">
|
||||||
<?php
|
<?php
|
||||||
|
@ -215,6 +231,7 @@ list_meta($metadata);
|
||||||
<div id="ajax-response"></div>
|
<div id="ajax-response"></div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php do_action('dbx_post_advanced'); ?>
|
<?php do_action('dbx_post_advanced'); ?>
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 37 B |
Binary file not shown.
After Width: | Height: | Size: 151 B |
Binary file not shown.
After Width: | Height: | Size: 169 B |
Binary file not shown.
After Width: | Height: | Size: 960 B |
Binary file not shown.
After Width: | Height: | Size: 334 B |
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;
|
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 */
|
/* handle cursors */
|
||||||
.dbx-handle-cursor {
|
.dbx-handle-cursor {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
@ -964,12 +1013,16 @@ a.dbx-toggle, a.dbx-toggle:visited {
|
||||||
#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
|
#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
top: 3px;
|
||||||
|
right: 5px;
|
||||||
background-position: 0 -3px;
|
background-position: 0 -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
|
#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
top: 3px;
|
||||||
|
right: 5px;
|
||||||
background-position: 0 -28px;
|
background-position: 0 -28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue