diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-18 13:47:42 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-18 13:47:42 +0000 |
| commit | 56777d417dd3fefd42e44db4f60377709fccdf5a (patch) | |
| tree | 163d1422f805827f7ba408260ccd9d9aaa6c5ea7 /wp-inst/wp-admin/wp-admin.css | |
| parent | 2b56b90f06b0018f0dba866e2d799cda640d9597 (diff) | |
| download | wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.tar.gz wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.tar.xz wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.zip | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@440 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/wp-admin.css')
| -rw-r--r-- | wp-inst/wp-admin/wp-admin.css | 40 |
1 files changed, 30 insertions, 10 deletions
diff --git a/wp-inst/wp-admin/wp-admin.css b/wp-inst/wp-admin/wp-admin.css index 15c6d67..c068fe2 100644 --- a/wp-inst/wp-admin/wp-admin.css +++ b/wp-inst/wp-admin/wp-admin.css @@ -708,7 +708,8 @@ table .vers, table .name { margin-bottom: 1em; } #moremeta fieldset div { - margin: 2px 0 0 5px; + margin: 2px 0 0 0px; + padding-left: 7px; } #moremeta { line-height: 130%; @@ -810,20 +811,39 @@ table .vers, table .name { /* toggle images */ a.dbx-toggle, a.dbx-toggle:visited { display:block; - width: 9px; - height: 9px; overflow: hidden; background-image: url( images/toggle.gif ); position: absolute; - top: 10px; - right: 14px; + top: 0px; + right: 0px; background-repeat: no-repeat; - border-bottom: 0; - background-position: 0 9px; + border: 0px; + margin: 0px; + padding: 0px; } - -a.dbx-toggle-open, a.dbx-toggle-open:visited { - background-position: 0 0; + +#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited { + 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 { |
