Make WordPress Core

Changeset 2990


Ignore:
Timestamp:
11/06/2005 01:57:59 AM (20 years ago)
Author:
matt
Message:

Prettier boxes

Location:
trunk/wp-admin
Files:
4 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r2989 r2990  
    7676
    7777fieldset label.selectit {
    78     background: #f0f0f0;
    7978    display: block;
    8079    font-size: 11px;
     
    8382
    8483fieldset label.selectit:hover {
    85     background: #dadada;
     84    background: #e9e9e9;
    8685}
    8786
     
    664663    right: 5%;
    665664    width: 14.5em;
    666     border-left: 1px solid #dfe8f1;
    667665}
    668666
    669667#slugdiv input, #passworddiv input, #authordiv select {
    670668    margin-top: .5em;
    671     width: 95%;
     669    width: 90%;
    672670}
    673671
     
    717715
    718716/* 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 }
    730717
    731718/* toggle state of inner content area */
    732719.dbx-box-open .dbx-content {
    733     display:block;
     720    display: block;
    734721}
    735722.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;
    737730}
    738731
    739732/* 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;
    744750}
    745751
    746752/* handle cursors */
    747753.dbx-handle-cursor {
    748     cursor:move;
     754    cursor: move;
    749755}
    750756   
     
    752758a.dbx-toggle, a.dbx-toggle:visited {
    753759    display:block;
    754     width: 12px;
    755     height: 12px;
     760    width: 9px;
     761    height: 9px;
    756762    overflow: hidden;
    757     background-image: url( images/toggle.png );
     763    background-image: url( images/toggle.gif );
    758764    position: absolute;
    759     top: .3em;
    760     right: .3em;
     765    top: 10px;
     766    right: 14px;
     767    background-repeat: none;
    761768    border-bottom: 0;
    762     background-position: 0 0;
     769    background-position: 0 9px;
    763770}
    764771   
    765772a.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;
    779778}
    780779
Note: See TracChangeset for help on using the changeset viewer.