mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Prettier boxes
git-svn-id: http://svn.automattic.com/wordpress/trunk@2990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d2a9fbc28
commit
04e5dde292
BIN
wp-admin/images/box-bg.gif
Normal file
BIN
wp-admin/images/box-bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 B |
BIN
wp-admin/images/box-butt.gif
Normal file
BIN
wp-admin/images/box-butt.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 347 B |
BIN
wp-admin/images/box-head.gif
Normal file
BIN
wp-admin/images/box-head.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 879 B |
BIN
wp-admin/images/toggle.gif
Normal file
BIN
wp-admin/images/toggle.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 B |
Binary file not shown.
Before Width: | Height: | Size: 210 B |
@ -75,14 +75,13 @@ fieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset label.selectit {
|
fieldset label.selectit {
|
||||||
background: #f0f0f0;
|
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset label.selectit:hover {
|
fieldset label.selectit:hover {
|
||||||
background: #dadada;
|
background: #e9e9e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset legend {
|
fieldset legend {
|
||||||
@ -663,12 +662,11 @@ table .vers, table .name {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5%;
|
right: 5%;
|
||||||
width: 14.5em;
|
width: 14.5em;
|
||||||
border-left: 1px solid #dfe8f1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#slugdiv input, #passworddiv input, #authordiv select {
|
#slugdiv input, #passworddiv input, #authordiv select {
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
width: 95%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#moremeta h3, #advancedstuff h3 {
|
#moremeta h3, #advancedstuff h3 {
|
||||||
@ -716,66 +714,67 @@ table .vers, table .name {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* default box styles */
|
/* default box styles */
|
||||||
.dbx-box {
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* box when toggle is open */
|
|
||||||
.dbx-box-open {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* box when toggle is closed */
|
|
||||||
.dbx-box-closed {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* toggle state of inner content area */
|
/* toggle state of inner content area */
|
||||||
.dbx-box-open .dbx-content {
|
.dbx-box-open .dbx-content {
|
||||||
display:block;
|
display: block;
|
||||||
}
|
}
|
||||||
.dbx-box-closed .dbx-content {
|
.dbx-box-closed .dbx-content {
|
||||||
display:none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#moremeta .dbx-content {
|
||||||
|
background: url(images/box-butt.gif) no-repeat bottom right;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* handles */
|
/* handles */
|
||||||
.dbx-handle {
|
|
||||||
background-color: #dfe8f1;
|
.dbx-handle {
|
||||||
|
background: #2685af;
|
||||||
|
padding: 6px 1em 2px;
|
||||||
|
font-size: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
color: #E3EFF5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#moremeta .dbx-handle {
|
||||||
|
padding: 6px 1em 2px;
|
||||||
|
font-size: 12px;
|
||||||
|
background: url(images/box-head.gif) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
#moremeta .dbx-box {
|
||||||
|
background: url(images/box-bg.gif) repeat-y right;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* handle cursors */
|
/* handle cursors */
|
||||||
.dbx-handle-cursor {
|
.dbx-handle-cursor {
|
||||||
cursor:move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* toggle images */
|
/* toggle images */
|
||||||
a.dbx-toggle, a.dbx-toggle:visited {
|
a.dbx-toggle, a.dbx-toggle:visited {
|
||||||
display:block;
|
display:block;
|
||||||
width: 12px;
|
width: 9px;
|
||||||
height: 12px;
|
height: 9px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-image: url( images/toggle.png );
|
background-image: url( images/toggle.gif );
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: .3em;
|
top: 10px;
|
||||||
right: .3em;
|
right: 14px;
|
||||||
|
background-repeat: none;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
background-position: 0 0;
|
background-position: 0 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dbx-toggle-open, a.dbx-toggle-open:visited {
|
a.dbx-toggle-open, a.dbx-toggle-open:visited {
|
||||||
background-position: 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
|
#categorychecklist {
|
||||||
background-position: -12px 0;
|
margin-right: 6px;
|
||||||
}
|
|
||||||
|
|
||||||
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
|
|
||||||
background-position: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
|
|
||||||
background-position: -12px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* additional clone styles */
|
/* additional clone styles */
|
||||||
|
Loading…
Reference in New Issue
Block a user