Changeset 2990
- Timestamp:
- 11/06/2005 01:57:59 AM (20 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 4 added
- 1 deleted
- 1 edited
-
images/box-bg.gif (added)
-
images/box-butt.gif (added)
-
images/box-head.gif (added)
-
images/toggle.gif (added)
-
images/toggle.png (deleted)
-
wp-admin.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r2989 r2990 76 76 77 77 fieldset label.selectit { 78 background: #f0f0f0;79 78 display: block; 80 79 font-size: 11px; … … 83 82 84 83 fieldset label.selectit:hover { 85 background: # dadada;84 background: #e9e9e9; 86 85 } 87 86 … … 664 663 right: 5%; 665 664 width: 14.5em; 666 border-left: 1px solid #dfe8f1;667 665 } 668 666 669 667 #slugdiv input, #passworddiv input, #authordiv select { 670 668 margin-top: .5em; 671 width: 9 5%;669 width: 90%; 672 670 } 673 671 … … 717 715 718 716 /* default box styles */ 719 .dbx-box {720 background: #fff;721 }722 723 /* box when toggle is open */724 .dbx-box-open {725 }726 727 /* box when toggle is closed */728 .dbx-box-closed {729 }730 717 731 718 /* toggle state of inner content area */ 732 719 .dbx-box-open .dbx-content { 733 display: block;720 display: block; 734 721 } 735 722 .dbx-box-closed .dbx-content { 736 display:none; 723 display: none; 724 } 725 726 #moremeta .dbx-content { 727 background: url(images/box-butt.gif) no-repeat bottom right; 728 padding-bottom: 15px; 729 padding-right: 2px; 737 730 } 738 731 739 732 /* handles */ 740 .dbx-handle { 741 background-color: #dfe8f1; 742 margin: 0; 743 padding: 0; 733 734 .dbx-handle { 735 background: #2685af; 736 padding: 6px 1em 2px; 737 font-size: 12px; 738 margin: 0; 739 color: #E3EFF5; 740 } 741 742 #moremeta .dbx-handle { 743 padding: 6px 1em 2px; 744 font-size: 12px; 745 background: url(images/box-head.gif) no-repeat; 746 } 747 748 #moremeta .dbx-box { 749 background: url(images/box-bg.gif) repeat-y right; 744 750 } 745 751 746 752 /* handle cursors */ 747 753 .dbx-handle-cursor { 748 cursor: move;754 cursor: move; 749 755 } 750 756 … … 752 758 a.dbx-toggle, a.dbx-toggle:visited { 753 759 display:block; 754 width: 12px;755 height: 12px;760 width: 9px; 761 height: 9px; 756 762 overflow: hidden; 757 background-image: url( images/toggle. png);763 background-image: url( images/toggle.gif ); 758 764 position: absolute; 759 top: .3em; 760 right: .3em; 765 top: 10px; 766 right: 14px; 767 background-repeat: none; 761 768 border-bottom: 0; 762 background-position: 0 0;769 background-position: 0 9px; 763 770 } 764 771 765 772 a.dbx-toggle-open, a.dbx-toggle-open:visited { 766 background-position: 0; 767 } 768 769 a.dbx-toggle-closed, a.dbx-toggle-closed:visited { 770 background-position: -12px 0; 771 } 772 773 a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited { 774 background-position: 0; 775 } 776 777 a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited { 778 background-position: -12px 0; 773 background-position: 0 0; 774 } 775 776 #categorychecklist { 777 margin-right: 6px; 779 778 } 780 779
Note: See TracChangeset
for help on using the changeset viewer.