Make WordPress Core

Changeset 1270


Ignore:
Timestamp:
05/14/2004 06:10:19 AM (21 years ago)
Author:
saxmatt
Message:

Quicktags update to position them more with how the items are usually positioned. Still need tooltips with the access key for each button.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/quicktags.js

    r1006 r1270  
    3939
    4040edButtons[edButtons.length] =
     41new edButton('ed_link'
     42,'link'
     43,''
     44,'</a>'
     45,'a'
     46); // special case
     47
     48edButtons[edButtons.length] =
     49new edButton('ed_block'
     50,'b-quote'
     51,'<blockquote>'
     52,'</blockquote>'
     53,'q'
     54);
     55
     56
     57edButtons[edButtons.length] =
    4158new edButton('ed_del'
    4259,'del'
     
    5572
    5673edButtons[edButtons.length] =
    57 new edButton('ed_link'
    58 ,'link'
    59 ,''
    60 ,'</a>'
    61 ,'a'
    62 ); // special case
    63 
    64 edButtons[edButtons.length] =
    6574new edButton('ed_img'
    6675,'img'
     
    93102,'</li>\n'
    94103,'l'
    95 );
    96 
    97 edButtons[edButtons.length] =
    98 new edButton('ed_block'
    99 ,'b-quote'
    100 ,'<blockquote>'
    101 ,'</blockquote>'
    102 ,'q'
    103104);
    104105
  • trunk/wp-admin/wp-admin.css

    r1240 r1270  
    199199    background: #f0f8ff;
    200200    border: 1px solid #69c;
    201     margin: 5px 5% 10px;
     201    margin: 1em 5% 10px;
    202202    padding: 0 1em 0 1em;
    203203}
     
    310310#ed_em {
    311311    font-style: italic;
    312     width: 25px;
    313312}
    314313
    315314#ed_strong {
    316315    font-weight: bold;
    317     width: 1.9em;
    318316}
    319317
    320318#excerpt {
    321     height: 1.5em;
     319    height: 1.8em;
     320    width: 98%;
    322321}
    323322
Note: See TracChangeset for help on using the changeset viewer.