Make WordPress Core

Changeset 4786


Ignore:
Timestamp:
01/23/2007 07:14:05 AM (18 years ago)
Author:
markjaquith
Message:

wp-admin.css cleanup. fixes #3641

File:
1 edited

Legend:

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

    r4781 r4786  
    202202    border: 1px solid #b2b2b2;
    203203    color: #000;
    204     font:  13px Verdana, Arial, Helvetica, sans-serif;
     204    font: 13px Verdana, Arial, Helvetica, sans-serif;
    205205    margin: 1px;
    206206    padding: 3px;
     
    209209#uploading {
    210210    border-style: none;
    211     padding: 0px;
     211    padding: 0;
    212212    margin-bottom: 16px;
    213213    height: 18em;
     
    460460}
    461461
    462 
    463462#adminmenu .current, #submenu .current {
    464463    font-weight: bold;
     
    530529}
    531530
    532 
    533531#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
    534532    border: none;
     
    537535#postdiv, #titlediv, #guiddiv {
    538536    margin: 0 8px 0 0;
    539     padding: 0px;
     537    padding: 0;
    540538}
    541539
    542540#postdivrich {
    543     margin: 0px;
    544     padding: 0px;
     541    margin: 0;
     542    padding: 0;
    545543}
    546544
    547545#content {
    548     margin: 0 0 0 0;
     546    margin: 0;
    549547    width: 100%;
    550548}
     
    556554
    557555#titlediv input, #guiddiv input {
    558     margin: 0px;
     556    margin: 0;
    559557    width: 100%;
    560558}
     
    580578#postdivrich #quicktags {
    581579    background: #f0f0ee;
    582     padding: 0px;
     580    padding: 0;
    583581    border: 1px solid #ccc;
    584582    border-bottom: none;
     
    594592
    595593#quicktags #ed_toolbar {
    596     padding: 0px 2px;
     594    padding: 0 2px;
    597595}
    598596
    599597#ed_toolbar input {
    600     background: #fff url( images/fade-butt.png ) repeat-x 0px -2px;
     598    background: #fff url( images/fade-butt.png ) repeat-x 0 -2px;
    601599    margin: 3px 2px 2px;
    602600}
     
    644642
    645643#excerpt, .attachmentlinks {
    646     margin: 0px;
     644    margin: 0;
    647645    height: 4em;
    648646    width: 100%;
     
    815813#postcustom table {
    816814    border: 1px solid #ccc;
    817     margin: 0px;
     815    margin: 0;
    818816    width: 100%;
    819817}
     
    836834
    837835* html #template div {
    838     margin-right: 0px;
     836    margin-right: 0;
    839837}
    840838
     
    968966set display:none; */
    969967.zerosize {
    970     height: 0px;
    971     width: 0px;
    972     margin: 0px;
    973     border: 0px;
    974     padding: 0px;
     968    height: 0;
     969    width: 0;
     970    margin: 0;
     971    border: 0;
     972    padding: 0;
    975973    overflow: hidden;
    976974    position: absolute;
     
    979977/* Box stuff */
    980978.dbx-clone {
    981     position:absolute;
    982     visibility:hidden;
     979    position: absolute;
     980    visibility: hidden;
    983981}
    984982.dbx-clone, .dbx-clone .dbx-handle-cursor {
    985     cursor:move !important;
     983    cursor: move !important;
    986984}
    987985.dbx-dummy {
    988     display:block;
    989     width:0;
    990     height:0;
    991     overflow:hidden;
     986    display: block;
     987    width: 0;
     988    height: 0;
     989    overflow: hidden;
    992990}
    993991.dbx-group, .dbx-box, .dbx-handle {
    994     position:relative;
    995     display:block;
     992    position: relative;
     993    display: block;
    996994}
    997995
     
    1001999
    10021000* html #themeselect {
    1003     padding: 0px 3px;
     1001    padding: 0 3px;
    10041002    height: 22px;
    10051003}
     
    10111009*****************************************************************/
    10121010.dbx-box {
    1013     margin:0;
    1014     padding:0;
    1015     border:none;
     1011    margin: 0;
     1012    padding: 0;
     1013    border: none;
    10161014}
    10171015
     
    10211019}
    10221020#moremeta fieldset div {
    1023     margin: 2px 0 0 0px;
     1021    margin: 2px 0 0 0;
    10241022    padding: 7px;
    10251023}
     
    10841082}
    10851083
    1086 #your-profile fieldset input  {
     1084#your-profile fieldset input {
    10871085    width: 100%;
    10881086    font-size: 20px;
     
    11231121/* handles */
    11241122
    1125 .dbx-handle  {
     1123.dbx-handle {
    11261124    background: #2685af;
    11271125    padding: 6px 1em 2px;
     
    11581156    margin-left: 8px;
    11591157    background: url(images/box-bg-right.gif) repeat-y right;
    1160     padding: 10px 10px 15px 0px;
     1158    padding: 10px 10px 15px 0;
    11611159}
    11621160
     
    11911189}
    11921190
    1193 
    11941191/* handle cursors */
    11951192.dbx-handle-cursor {
     
    11991196/* toggle images */
    12001197a.dbx-toggle, a.dbx-toggle:visited {
    1201     display:block;
     1198    display: block;
    12021199    overflow: hidden;
    12031200    background-image: url( images/toggle.gif );
    12041201    position: absolute;
    1205     top: 0px;
    1206     right: 0px;
     1202    top: 0;
     1203    right: 0;
    12071204    background-repeat: no-repeat;
    1208     border: 0px;
    1209     margin: 0px;
    1210     padding: 0px;
     1205    border: 0;
     1206    margin: 0;
     1207    padding: 0;
    12111208}
    12121209
     
    12141211    height: 25px;
    12151212    width: 27px;
    1216     background-position: 0 0px;
     1213    background-position: 0 0;
    12171214}
    12181215
     
    12971294
    12981295#edButtons input, #edButtons input:active {
    1299     margin: 0px 2px -1px;
     1296    margin: 0 2px -1px;
    13001297}
    13011298
     
    13061303
    13071304#edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
    1308     background: #fff url( images/fade-butt.png ) repeat-x 0px 15px;
     1305    background: #fff url( images/fade-butt.png ) repeat-x 0 15px;
    13091306    border-bottom: 1px solid #ccc;
    13101307}
Note: See TracChangeset for help on using the changeset viewer.