Changeset 8283
- Timestamp:
- 07/08/2008 03:18:07 AM (16 years ago)
- Location:
- branches/crazyhorse/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/css/dashboard.css
r8278 r8283 59 59 60 60 div.dashboard-widget-holder.double div.dashboard-widget { 61 height: 40.5em; /* temp */ 61 height: 54em; 62 padding-bottom: 28px /* lame */ 62 63 } 63 64 … … 260 261 } 261 262 263 #dashboard_inbox div.dashboard-widget, #dashboard_quick_press div.dashboard-widget { 264 height: 34em; 265 padding-bottom: 0; 266 } 267 268 #dashboard_inbox p.actions { 269 margin-top: 0; 270 } 271 272 #dashboard_quick_press h3 { 273 margin-bottom: 3px; 274 } 275 276 #dashboard_quick_press h3#quick-post-title { 277 margin-top: 0; 278 } 279 280 #dashboard_quick_press p.field-tip { 281 margin-top: 0; 282 font-style: italic; 283 } 284 262 285 #dashboard_quick_press .submit { 263 padding: 0 0 1 .5em 0;286 padding: 0 0 1em 0; 264 287 border-top: none; 265 288 border-bottom: 1px solid #ccc; 266 289 } 290 291 #dashboard_quick_press p#recent-drafts { 292 margin: 0; 293 } -
branches/crazyhorse/wp-admin/css/global.css
r8277 r8283 11 11 border-width: 1px 0 0 1px; 12 12 border-style: solid; 13 padding-top: 10px; 13 14 } 14 15 … … 177 178 } 178 179 179 .wrap {180 #wpbody .wrap { 180 181 position: relative; 181 182 } -
branches/crazyhorse/wp-admin/includes/dashboard.php
r8282 r8283 312 312 313 313 <form name="post" action="<?php echo clean_url( admin_url( 'post.php' ) ); ?>" method="post" id="quick-press"> 314 <h3 ><label for="title"><?php _e('Title') ?></label></h3>314 <h3 id="quick-post-title"><label for="title"><?php _e('Title') ?></label></h3> 315 315 <div class="input-text-wrap"> 316 316 <input type="text" name="post_title" id="title" autocomplete="off" /> … … 326 326 <input type="text" name="tags_input" id="tags-input" /> 327 327 </div> 328 <p ><?php _e('Separate tags with commas'); ?></p>328 <p class='field-tip'><?php _e('Separate tags with commas'); ?></p> 329 329 330 330 <p class="submit"> … … 442 442 443 443 <form id="inbox-filter" action="" method="get"> 444 <p ><input type="button" value="Archive" name="archive" class="button"></p>444 <p class="actions"><input type="button" value="Archive" name="archive" class="button"></p> 445 445 <ul> 446 446 -
branches/crazyhorse/wp-admin/wp-admin.css
r8277 r8283 1392 1392 position: absolute; 1393 1393 right: 0; 1394 top: - 45px;1394 top: -64px; 1395 1395 margin: 0; 1396 1396 } … … 1646 1646 .settings-toggle { 1647 1647 text-align: right; 1648 margin: 5px 7px 1 0px 0;1648 margin: 5px 7px 15px 0; 1649 1649 font-size: 12px; 1650 1650 }
Note: See TracChangeset
for help on using the changeset viewer.