Make WordPress Core

Changeset 8062


Ignore:
Timestamp:
06/09/2008 03:53:30 AM (16 years ago)
Author:
ryan
Message:

Fix the tag suggest drop-down list for Press This. Props azaozz. see #7066

File:
1 edited

Legend:

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

    r8048 r8062  
    353353
    354354.video_split #extra_fields {
    355 width: 27%;
    356 height: 300px;
    357 float: left;
     355    width: 27%;
     356    height: 300px;
     357    float: left;
    358358}
    359359#embed_code {
    360 border: 0;
    361 width: 99%;
    362 height: 200px;
     360    border: 0;
     361    width: 99%;
     362    height: 200px;
    363363}
    364364.video_split .editor_area {
    365 width: 70%;
    366 float: right;
     365    width: 70%;
     366    float: right;
    367367}
    368368
    369369#jaxtag {
    370 clear: both;
    371 }
     370    clear: both;
     371}
     372
     373.ac_results {
     374    padding: 0;
     375    margin: 0;
     376    list-style: none;
     377    position: absolute;
     378    z-index: 10000;
     379    display: none;
     380    border-width: 1px;
     381    border-style: solid;
     382}
     383
     384.ac_results li {
     385    padding: 2px 5px;
     386    white-space: nowrap;
     387    text-align: left;
     388}
     389
     390.ac_over {
     391    cursor: pointer;
     392}
     393
     394.ac_match {
     395    text-decoration: underline;
     396}
Note: See TracChangeset for help on using the changeset viewer.