Make WordPress Core

Changeset 7194


Ignore:
Timestamp:
03/10/2008 05:37:13 AM (18 years ago)
Author:
ryan
Message:

Style fixes from mt. fixes #6124

Location:
trunk/wp-admin
Files:
6 edited

Legend:

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

    r7178 r7194  
    5252#rightnow a {
    5353    font-weight: bold;
    54     border-bottom-width: 1px;
    55     border-botom-style: solid
    5654}
    5755
  • trunk/wp-admin/index.php

    r6958 r7194  
    8181$widgets_text = sprintf( __ngettext( '%d widget', '%d widgets', $num_widgets ), $num_widgets );
    8282?>
    83 <p><?php printf( __( 'You are using %1$s theme with %2$s.' ), $ct->title, "<a href='widgets.php'>$widgets_text</a>" ); ?> <a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a> You're using BetaPress TODO.</p>
     83<p><?php printf( __( 'You use the %1$s theme with %2$s.' ), $ct->title, "<a href='widgets.php'>$widgets_text</a>" ); ?> <a href="themes.php" class="button"><?php _e('Change Theme'); ?></a> You're using BetaPress TODO.</p>
    8484<?php do_action( 'rightnow_end' ); ?>
    8585<?php do_action( 'activity_box_end' ); ?>
  • trunk/wp-admin/plugin-editor.php

    r6968 r7194  
    102102    <h2 style="border: none; padding-bottom: 0px;"><?php _e('Plugin Editor'); ?></h2>
    103103</div>
    104 <br style="clear: both;" />
    105104<div class="tablenav" style="margin-right: 210px;">
    106105<div style="float: left;">
  • trunk/wp-admin/theme-editor.php

    r7188 r7194  
    108108    </form>
    109109</div>
    110 <br style="clear: both;" />
    111110<div class="tablenav" style="margin-right: 210px;">
    112111<div style="float: left;">
  • trunk/wp-admin/users.php

    r7184 r7194  
    292292    </p>
    293293
    294 <br style="clear:both;" />
    295 
    296294<div class="tablenav">
    297295
     
    356354</table>
    357355
    358 <br style="clear:both;" />
    359 
    360356<div class="tablenav">
    361357
  • trunk/wp-admin/wp-admin.css

    r7184 r7194  
    154154.submit input, .button, .button-secondary {
    155155    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    156     padding: 4px 6px;
     156    padding: 3px 5px;
    157157    border: none;
    158158    font-size: 13px;
     159    border-width: 1px;
     160    border-style: solid;
    159161    -moz-border-radius: 3px;
    160162    -khtml-border-radius: 3px;
     
    554556#wphead #viewsite a {
    555557    font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    556     padding: 6px;
     558    padding: 4px;
    557559    display: block;
    558560    letter-spacing: normal;
     561    border-width: 1px;
     562    border-style: solid;
    559563    -moz-border-radius: 3px;
    560564    -khtml-border-radius: 3px;
     
    876880    margin-right: 8px;
    877881    border-width: 1px;
    878     border-style: 1px;
     882    border-style: solid;
    879883}
    880884
     
    10331037.submitbox .submit input {
    10341038    margin-bottom: 8px;
    1035     margin-right: 23pxpx;
     1039    margin-right: 3px;
    10361040    padding: 6px 4px;
     1041    border: none;
    10371042}
    10381043
     
    12051210ul.view-switch li.current {
    12061211    border: none;
     1212    font-weight: bold;
    12071213    -moz-border-radius-topleft: 3px;
    12081214    -khtml-border-top-left-radius: 3px;
     
    12521258    margin-left: 8px;
    12531259}
     1260
     1261#templateside ul li a {
     1262    text-decoration: none;
     1263}
Note: See TracChangeset for help on using the changeset viewer.