Who's got big toggle? fixes #1904

git-svn-id: https://develop.svn.wordpress.org/trunk@3144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-18 09:07:57 +00:00
parent 69f0e94125
commit f8d5219af6
2 changed files with 30 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

After

Width:  |  Height:  |  Size: 216 B

View File

@ -708,7 +708,8 @@ table .vers, table .name {
margin-bottom: 1em; margin-bottom: 1em;
} }
#moremeta fieldset div { #moremeta fieldset div {
margin: 2px 0 0 5px; margin: 2px 0 0 0px;
padding-left: 7px;
} }
#moremeta { #moremeta {
line-height: 130%; line-height: 130%;
@ -810,20 +811,39 @@ table .vers, table .name {
/* toggle images */ /* toggle images */
a.dbx-toggle, a.dbx-toggle:visited { a.dbx-toggle, a.dbx-toggle:visited {
display:block; display:block;
width: 9px;
height: 9px;
overflow: hidden; overflow: hidden;
background-image: url( images/toggle.gif ); background-image: url( images/toggle.gif );
position: absolute; position: absolute;
top: 10px; top: 0px;
right: 14px; right: 0px;
background-repeat: no-repeat; background-repeat: no-repeat;
border-bottom: 0; border: 0px;
background-position: 0 9px; margin: 0px;
padding: 0px;
} }
a.dbx-toggle-open, a.dbx-toggle-open:visited { #moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
background-position: 0 0; height: 25px;
width: 27px;
background-position: 0 0px;
}
#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
height: 25px;
width: 27px;
background-position: 0 -25px;
}
#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
height: 22px;
width: 22px;
background-position: 0 -3px;
}
#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
height: 22px;
width: 22px;
background-position: 0 -28px;
} }
#categorychecklist { #categorychecklist {