Changeset 7194
- Timestamp:
- 03/10/2008 05:37:13 AM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
-
css/dashboard.css (modified) (1 diff)
-
index.php (modified) (1 diff)
-
plugin-editor.php (modified) (1 diff)
-
theme-editor.php (modified) (1 diff)
-
users.php (modified) (2 diffs)
-
wp-admin.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard.css
r7178 r7194 52 52 #rightnow a { 53 53 font-weight: bold; 54 border-bottom-width: 1px;55 border-botom-style: solid56 54 } 57 55 -
trunk/wp-admin/index.php
r6958 r7194 81 81 $widgets_text = sprintf( __ngettext( '%d widget', '%d widgets', $num_widgets ), $num_widgets ); 82 82 ?> 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> 84 84 <?php do_action( 'rightnow_end' ); ?> 85 85 <?php do_action( 'activity_box_end' ); ?> -
trunk/wp-admin/plugin-editor.php
r6968 r7194 102 102 <h2 style="border: none; padding-bottom: 0px;"><?php _e('Plugin Editor'); ?></h2> 103 103 </div> 104 <br style="clear: both;" />105 104 <div class="tablenav" style="margin-right: 210px;"> 106 105 <div style="float: left;"> -
trunk/wp-admin/theme-editor.php
r7188 r7194 108 108 </form> 109 109 </div> 110 <br style="clear: both;" />111 110 <div class="tablenav" style="margin-right: 210px;"> 112 111 <div style="float: left;"> -
trunk/wp-admin/users.php
r7184 r7194 292 292 </p> 293 293 294 <br style="clear:both;" />295 296 294 <div class="tablenav"> 297 295 … … 356 354 </table> 357 355 358 <br style="clear:both;" />359 360 356 <div class="tablenav"> 361 357 -
trunk/wp-admin/wp-admin.css
r7184 r7194 154 154 .submit input, .button, .button-secondary { 155 155 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 156 padding: 4px 6px;156 padding: 3px 5px; 157 157 border: none; 158 158 font-size: 13px; 159 border-width: 1px; 160 border-style: solid; 159 161 -moz-border-radius: 3px; 160 162 -khtml-border-radius: 3px; … … 554 556 #wphead #viewsite a { 555 557 font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 556 padding: 6px;558 padding: 4px; 557 559 display: block; 558 560 letter-spacing: normal; 561 border-width: 1px; 562 border-style: solid; 559 563 -moz-border-radius: 3px; 560 564 -khtml-border-radius: 3px; … … 876 880 margin-right: 8px; 877 881 border-width: 1px; 878 border-style: 1px;882 border-style: solid; 879 883 } 880 884 … … 1033 1037 .submitbox .submit input { 1034 1038 margin-bottom: 8px; 1035 margin-right: 23pxpx;1039 margin-right: 3px; 1036 1040 padding: 6px 4px; 1041 border: none; 1037 1042 } 1038 1043 … … 1205 1210 ul.view-switch li.current { 1206 1211 border: none; 1212 font-weight: bold; 1207 1213 -moz-border-radius-topleft: 3px; 1208 1214 -khtml-border-top-left-radius: 3px; … … 1252 1258 margin-left: 8px; 1253 1259 } 1260 1261 #templateside ul li a { 1262 text-decoration: none; 1263 }
Note: See TracChangeset
for help on using the changeset viewer.