Make WordPress Core


Ignore:
Timestamp:
08/03/2011 10:19:00 AM (14 years ago)
Author:
azaozz
Message:

Editor API enhancement, first run (still needs some work), see #17144

File:
1 edited

Legend:

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

    r18482 r18498  
    473473
    474474
    475 /*------------------------------------------------------------------------------
    476   5.0 - TinyMCE
    477 ------------------------------------------------------------------------------*/
    478 
    479 #editorcontainer #content {
    480     font-family: Consolas, Monaco, monospace;
    481     padding: 6px;
    482     line-height: 150%;
    483     border: 0 none;
    484     outline: none;
    485     resize: vertical;
    486     -moz-box-sizing: border-box;
    487     -webkit-box-sizing: border-box;
    488     -khtml-box-sizing: border-box;
    489     box-sizing: border-box;
    490 }
    491 
    492 #editorcontainer,
    493 #quicktags {
    494     border-style: solid;
    495     border-width: 1px;
    496     border-collapse: separate;
    497     -moz-border-radius: 3px 3px 0 0;
    498     -webkit-border-top-right-radius: 3px;
    499     -webkit-border-top-left-radius: 3px;
    500     -khtml-border-top-right-radius: 3px;
    501     -khtml-border-top-left-radius: 3px;
    502     border-top-right-radius: 3px;
    503     border-top-left-radius: 3px;
    504 }
    505 
    506 #quicktags {
    507     padding: 0;
    508     margin-bottom: -3px;
    509     border-bottom-width: 3px;
    510     background-image: url("../images/ed-bg.gif");
    511     background-position: left top;
    512     background-repeat: repeat-x;
    513 }
    514 
    515 #quicktags #ed_toolbar {
    516     padding: 2px 4px 0;
    517 }
    518 
    519 #ed_toolbar input,
    520 #ed_reply_toolbar input {
    521     margin: 3px 1px 4px;
    522     line-height: 18px;
    523     display: inline-block;
    524     min-width: 26px;
    525     padding: 2px 4px;
    526     font-size: 12px;
    527 }
    528 
    529 #ed_reply_toolbar input {
    530     margin: 1px 2px 1px 1px;
    531 }
    532 
    533 #quicktags #ed_link,
    534 #ed_reply_toolbar #ed_reply_link {
    535     text-decoration: underline;
    536 }
    537 
    538 #quicktags #ed_del,
    539 #ed_reply_toolbar #ed_reply_del {
    540     text-decoration: line-through;
    541 }
    542 
    543 #quicktags #ed_em,
    544 #ed_reply_toolbar #ed_reply_em {
    545     font-style: italic;
    546 }
    547 
    548 #wp_editbtns,
    549 #wp_gallerybtns {
    550     padding: 2px;
    551     position: absolute;
    552     display: none;
    553     z-index: 999998;
    554 }
    555 
    556 #wp_editimgbtn,
    557 #wp_delimgbtn,
    558 #wp_editgallery,
    559 #wp_delgallery {
    560     margin: 2px;
    561     padding: 2px;
    562     border-width: 1px;
    563     border-style: solid;
    564     -moz-border-radius: 3px;
    565     -khtml-border-radius: 3px;
    566     -webkit-border-radius: 3px;
    567     border-radius: 3px;
    568 }
    569 
    570475/* Distraction Free Writing mode
    571476 * =Overlay Styles
     
    22902195}
    22912196
    2292 #poststuff #editor-toolbar {
    2293     height: 30px;
    2294 }
    2295 
    2296 .wp_themeSkin tr.mceFirst td.mceToolbar {
    2297     border-width: 0 0 1px;
    2298     border-style: none none solid;
    2299 }
    2300 
    2301 #edButtonPreview,
    2302 #edButtonHTML {
    2303     height: 18px;
    2304     margin: 5px 5px 0 0;
    2305     padding: 4px 5px 2px;
    2306     float: right;
    2307     cursor: pointer;
    2308     border-width: 1px;
    2309     border-style: solid;
    2310     -moz-border-radius: 3px 3px 0 0;
    2311     -webkit-border-top-right-radius: 3px;
    2312     -webkit-border-top-left-radius: 3px;
    2313     -khtml-border-top-right-radius: 3px;
    2314     -khtml-border-top-left-radius: 3px;
    2315     border-top-right-radius: 3px;
    2316     border-top-left-radius: 3px;
    2317 }
    2318 
    2319 .js .theEditor {
    2320     color: white;
    2321 }
    2322 
    2323 #poststuff #edButtonHTML {
    2324     margin-right: 15px;
    2325 }
    2326 
    2327 #media-buttons {
    2328     cursor: default;
    2329     padding: 8px 8px 0;
    2330 }
    2331 
    2332 #media-buttons a {
    2333     cursor: pointer;
    2334     padding: 0 0 5px 10px;
    2335 }
    2336 
    2337 #media-buttons img,
     2197.wp-media-buttons img,
    23382198#submitpost #ajax-loading,
    23392199#submitpost .ajax-loading {
     
    37443604}
    37453605
    3746 #replyrow #editorcontainer {
     3606#replyrow .wp-editor-container {
    37473607    border: 0 none;
    37483608}
Note: See TracChangeset for help on using the changeset viewer.