Make WordPress Core


Ignore:
Timestamp:
10/21/2008 04:36:35 AM (17 years ago)
Author:
markjaquith
Message:

Initial work on Publish box. Very rough.

File:
1 edited

Legend:

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

    r9240 r9261  
    199199    border-bottom-left-radius: 3px;
    200200    border-bottom-right-radius: 3px;
     201}
     202
     203#misc-publishing-actions {
     204    width: 70%;
     205    float: left;
     206}
     207
     208#minor-publishing-actions {
     209    width: 30%;
     210    float: right;
     211    text-align: right;
     212}
     213
     214#minor-publishing {
     215}
     216
     217#major-publishing-actions {
     218    padding: 0 3px;
     219    clear: both;
     220    height: 30px;
     221    line-height: 30px;
     222}
     223
     224#delete-action {
     225    text-align: left;
     226    float: left;
     227    width: 30%;
     228}
     229
     230#publishing-action {
     231    text-align: right;
     232    float: right;
     233    width: 70%;
    201234}
    202235
     
    237270
    238271.preview {
    239     padding: 7px;
     272    /* padding: 7px; */
    240273}
    241274
    242275#publish {
    243     margin: 8px auto auto;
    244     min-width: 150px;
     276    min-width: 100px;
    245277}
    246278
     
    10581090
    10591091#normal-sortables .inside-submitbox {
    1060     float: left;
     1092    /* float: left; */
    10611093}
    10621094
     
    12311263#poststuff .inside {
    12321264    font-size: 11px;
    1233     margin: 0 12px 12px;
     1265    margin: 0 6px 6px;
    12341266}
    12351267
     
    12631295#poststuff .inside-submitbox,
    12641296#side-info-column .inside-submitbox {
    1265     margin: 0 12px 12px;
     1297    margin: 0 3px;
    12661298    font-size: 11px;
    12671299}
Note: See TracChangeset for help on using the changeset viewer.