Make WordPress Core

Changeset 11540


Ignore:
Timestamp:
06/10/2009 09:50:40 AM (17 years ago)
Author:
azaozz
Message:

Press This css tweaks, props noel

File:
1 edited

Legend:

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

    r11224 r11540  
    100100
    101101#side-info-column .sleeve {
     102    padding-top: 5px;
    102103    padding-left: 10px;
    103104}
     
    189190#extra_fields #actions {
    190191    clear: both;
    191     position: absolute;
    192     right: 4px;
    193     top: 6px;
    194     margin: 0;
     192    position: relative;
     193    right: 0px;
     194    margin: -24px 0 0;
    195195}
    196196
     
    203203#extra_fields .button {
    204204    margin-right: 5px;
     205    padding: 3px 6px;
     206    border-radius: 10px;
     207    -webkit-border-radius: 10px;
     208    -khtml-border-radius: 10px;
     209    -moz-border-radius: 10px;
    205210}
    206211
     
    217222#img_container {
    218223    background-color: #fff;
    219     height: 101px;
    220     width: 100%;
     224}
     225#img_container_container {
     226    overflow: auto;
    221227}
    222228
     
    347353
    348354#categorydiv div.tabs-panel {
    349     height: 150px;
     355    height: 140px;
    350356    overflow: auto;
    351357}
     
    411417    margin-bottom: 10px;
    412418    border: 0 none;
     419    height: 365px;
    413420}
    414421
Note: See TracChangeset for help on using the changeset viewer.