Make WordPress Core

Changeset 10290


Ignore:
Timestamp:
01/01/2009 08:33:01 PM (15 years ago)
Author:
azaozz
Message:

Press This CSS cleanup, props Simek, fixes #8773

Location:
trunk/wp-admin
Files:
3 edited

Legend:

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

    r10040 r10290  
    22    font-family: Tahoma, Arial;
    33}
     4
    45#poststuff #edButtonPreview,
    56#poststuff #edButtonHTML {
    6     margin: 0px 0 0 5px;
     7    margin: 0 0 0 5px;
    78    float: right;
    89}
     10
    911/* Editor/Main Column */
    1012div#poststuff {
     
    1214    padding-right: 10px;
    1315}
     16
    1417.posting {
    1518    margin-right: 0;
    1619    margin-left: 228px;
    17     left:auto;
     20    left: auto;
    1821    right: 0;
    1922}
     23
    2024#side-info-column {
    2125    float: left;
     
    2529    margin-left: 10px;
    2630}
     31
    2732#side-info-column .sleeve {
    2833    padding-left: 0;
    2934    padding-right: 10px;
    3035}
     36
    3137h3.tb {
    3238    margin-left: 0;
    3339    margin-right: 5px;
    3440}
     41
    3542#actions {
    3643    float: left;
    3744}
     45
    3846#extra_fields #actions {
    3947    right: auto;
    4048    left: 4px;
    4149}
     50
    4251#actions li {
    4352    float: right;
     
    4554    margin-left: 10px;
    4655}
     56
    4757#extra_fields .button {
    4858    margin-right: 0;
    4959    margin-left: 5px;
    5060}
     61
    5162/* Photo Styles */
    5263#img_container a {
    5364    float: right;
    5465}
     66
    5567#category-add input, #category-add select {
    5668    font-family: Tahoma, Arial;
    5769}
     70
    5871#categorydiv ul.categorychecklist ul {
    5972    margin-left: 0;
    6073    margin-right: 18px;
    6174}
     75
    6276/* Tags */
    6377#tagsdiv #newtag {
     
    6579    margin-left: 5px;
    6680}
     81
    6782#tagadd {
    6883    margin-left: 0;
    6984    margin-right: 3px;
    7085}
     86
    7187#tagchecklist span {
    7288    margin-left: .5em;
     
    7894    float: right;
    7995}
     96
    8097#content {
    8198    margin-left: 0;
    8299    margin-right: 1%;
    83100}
     101
    84102.submit input,
    85103.button,
     
    88106.button-highlighted,
    89107#postcustomstuff .submit input {
    90     font-family: tahoma;
     108    font-family: Tahoma, Arial, sans-serif;
    91109}
     110
    92111.ac_results li {
    93112    text-align: right;
    94113}
     114
    95115#TB_ajaxContent #options {
    96116    right: auto;
    97117    left: 25px;
    98118}
     119
    99120#post_status {
    100121    margin-left: 0;
    101122    margin-right: 10px;
    102123}
     124
    103125/* Footer */
    104126#footer {
  • trunk/wp-admin/css/press-this.css

    r10237 r10290  
    11body {
    2     font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
     2    font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    33    color: #333;
    44    margin: 0;
     
    1919#poststuff #edButtonPreview,
    2020#poststuff #edButtonHTML {
    21     -moz-border-radius-bottomleft: 0;
    22     -moz-border-radius-bottomright: 0;
    23     -moz-border-radius-topleft: 3px;
    24     -moz-border-radius-topright: 3px;
    25     -khtml-border-radius-bottomleft: 0;
    26     -khtml-border-radius-bottomright: 0;
    27     -khtml-border-radius-topleft: 3px;
    28     -khtml-border-radius-topright: 3px;
    29     -webkit-border-radius-bottomleft: 0;
    30     -webkit-border-radius-bottomright: 0;
    31     -webkit-border-radius-topleft: 3px;
    32     -webkit-border-radius-topright: 3px;
    33     border-radius-bottomleft: 0;
    34     border-radius-bottomright: 0;
    35     border-radius-topleft: 3px;
    36     border-radius-topright: 3px;
     21    -moz-border-radius: 3px 3px 0 0;
     22    -webkit-border-top-right-radius: 3px;
     23    -webkit-border-top-left-radius: 3px;
     24    -khtml-border-top-right-radius: 3px;
     25    -khtml-border-top-left-radius: 3px;
     26    border-top-right-radius: 3px;
     27    border-top-left-radius: 3px;
    3728    border-style: solid;
    3829    border-width: 1px;
     
    4031    display: block;
    4132    height: 18px;
    42     margin: 0px 5px 0 0;
    43     padding: 0px 5px 0px;
    44     background-color: #E9E9E9;
    45     border-bottom-color: #E9E9E9;
    46     color: #333333;
     33    margin: 0 5px 0 0;
     34    padding: 0 5px 0;
    4735    font-size: 10px;
    4836    line-height: 18px;
     
    117105
    118106#poststuff h2, #poststuff h3 {
    119     font-size: 14px;
    120     font-weight: bold;
    121     padding: 7px;
    122     margin: 0 0 10px;
    123     background: #dfdfdf url("../images/gray-grad.png") repeat-x left top;
    124107    font-size: 12px;
    125108    font-weight: bold;
     
    127110    margin: 0 0 10px;
    128111    padding: 7px 9px;
    129     text-shadow: 0 1px 0 #FFFFFF;
    130112}
    131113
    132114h3.tb {
    133     text-shadow: 0 1px 0 #FFFFFF;
     115    text-shadow: 0 1px 0 #fff;
    134116    font-weight: bold;
    135117    font-size: 12px;
     
    145127}
    146128
    147 .metabox-holder .postbox,
    148129.postbox,
    149130.stuffbox {
     
    156137    -webkit-border-radius: 6px;
    157138    border-radius: 6px;
    158     border-color: #DFDFDF;
    159 }
    160 
    161 .titlediv {
    162     border-color: #DFDFDF;
    163 }
    164 
    165 #title, .tbtitle {
     139}
     140
     141#title,
     142.tbtitle {
    166143    -moz-border-radius: 6px;
    167144    -khtml-border-radius: 6px;
     
    173150    outline: none;
    174151    padding: 3px 4px;
    175     border-color: #DFDFDF;
     152    border-color: #dfdfdf;
    176153}
    177154
     
    183160#title {
    184161    width: 98%;
    185 }
    186 
    187 .postbox h2 {
    188     background-image: url(../images/postbox-bg.gif);
    189     background-position: left top;
    190     background-repeat: repeat-x;
    191     background-color: #DFDFDF;
    192162}
    193163
     
    197167    -webkit-border-radius: 6px;
    198168    border-radius: 6px;
    199     border-collapse: separate;
    200     border-style: solid;
    201     border-width: 1px;
    202     border-color: #DFDFDF;
     169    border: 1px solid #dfdfdf;
     170    background-color: #fff;
    203171}
    204172
     
    214182    position: relative;
    215183}
     184
    216185#extra_fields #actions {
    217186    clear: both;
     
    227196    margin-right: 10px;
    228197}
     198
    229199#extra_fields .button {
    230200    margin-right: 5px;
     
    273243}
    274244
    275 #img_container img, #img_container a {
     245#img_container img,
     246#img_container a {
    276247    width: 68px;
    277248    height: 68px;
     
    279250
    280251#img_container img {
    281     width: 68px;
    282     height: 68px;
    283252    border: none;
    284253    background-color: #f4f4f4;
     
    317286
    318287#viewsite .button {
    319     margin: 0 0 0px 0;
    320     display: block;
    321 }
    322 
    323 .wp-hidden-children .wp-hidden-child {
     288    margin: 0;
     289    display: block;
     290}
     291
     292.wp-hidden-children
     293.wp-hidden-child {
    324294    display: none;
    325295}
     
    355325}
    356326
    357 #category-add input#category-add-sumbit {
     327#category-add input,
     328#category-add-sumbit {
    358329    width: auto;
    359330}
    360331
    361332/* Categories */
    362 #categorydiv ul, #linkcategorydiv ul {
     333#categorydiv ul,
     334#linkcategorydiv ul {
    363335    list-style: none;
    364336    padding: 0;
     
    382354
    383355/* Tags */
    384 #tagsdiv #newtag {
    385     padding: 3px;
     356.tagsdiv .newtag {
    386357    margin-right: 5px;
    387     width: 16em;
    388 }
    389 
    390 #jaxtag {
     358}
     359
     360.jaxtag {
    391361    clear: both;
    392362    margin: 0;
    393363}
    394364
    395 #tagadd {
     365.tagadd {
    396366    margin-left: 3px;
    397367}
    398368
    399 #tagchecklist {
     369.tagchecklist {
    400370    margin-top: 3px;
    401371    margin-bottom: 1em;
     
    404374}
    405375
    406 #tagchecklist strong {
     376.tagchecklist strong {
    407377    position: absolute;
    408378    font-size: .75em;
    409379}
    410380
    411 #tagchecklist span {
     381.tagchecklist span {
    412382    margin-right: .5em;
    413383    margin-left: 10px;
     
    420390}
    421391
    422 #tagchecklist span a {
     392.tagchecklist span a {
    423393    margin: 6px 0 0 -9px;
    424394    cursor: pointer;
     
    436406    margin-left: 1%;
    437407    margin-bottom: 10px;
    438     border: 1px solid #f1f1f1;
     408    border: 0 none;
    439409}
    440410
     
    451421.button-highlighted,
    452422#postcustomstuff .submit input {
    453     font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
     423    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    454424    text-decoration: none;
    455425    font-size: 11px !important;
     
    468438    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
    469439    border-color: #21759B;
    470     color: #FFFFFF;
     440    color: #fff;
    471441}
    472442
     
    570540
    571541.postbox input[type="text"],
    572 .postbox textarea {
    573     border-width: 1px;
    574     border-style: solid;
    575 }
     542.postbox textarea,
     543.stuffbox input[type="text"],
     544.stuffbox textarea {
     545    border-width: 1px;
     546    border-style: solid;
     547}
  • trunk/wp-admin/press-this.php

    r10237 r10290  
    454454
    455455            <div id="categorydiv" class="stuffbox">
    456                 <h2><?php _e('Categories') ?></h2>
     456                <h3><?php _e('Categories') ?></h3>
    457457                <div class="inside">
    458458
     
    476476            </div>
    477477
    478             <div id="tagsdiv-post_tag" class="postbox" >
     478            <div id="tagsdiv-post_tag" class="stuffbox" >
    479479                <h3><span><?php _e('Post Tags'); ?></span></h3>
    480480                <div class="inside">
     
    493493                </div>
    494494            </div>
    495             <div id="submitdiv" class="postbox">
    496                 <h2><?php _e('Publish') ?></h2>
     495            <div id="submitdiv" class="stuffbox">
     496                <h3><?php _e('Publish') ?></h3>
    497497                <div class="inside">
    498498                    <p>
Note: See TracChangeset for help on using the changeset viewer.