Changeset 3671
- Timestamp:
- 07/12/2016 05:41:17 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
r3632 r3671 38 38 <div class="make-welcome-wrapper"> 39 39 <span id="make-welcome-hide" class="dashicons dashicons-no" data-hash="<?php echo $content_hash; ?>" data-cookie="<?php echo $cookie; ?>" title="<?php _e( 'Hide this message', 'p2-breathe' ); ?>"></span> 40 <?php 41 edit_post_link( __( 'Edit', 'o2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID ); 42 ?> 40 43 <div class="make-welcome"> 41 44 <?php 42 45 the_content(); 43 edit_post_link( __( 'Edit', 'o2' ), '<p class="make-welcome-edit">', '</p>', $welcome->ID );44 46 ?> 45 47 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3658 r3671 333 333 /* jQuery slideUp overrides the margin, causing the animation to be a bit funky. !important stops that. */ 334 334 margin: -4em 0 4em 0 !important; 335 position: relative; 336 padding: 2em 0; 335 337 } 336 338 … … 338 340 position: absolute; 339 341 right: 0; 342 top: 0; 340 343 margin: 15px; 341 344 cursor: pointer; 345 } 346 347 .make-welcome-edit { 348 position: absolute; 349 right: 50px; 350 top: 0; 351 padding-right: 15px; 352 border-right: 1px solid #ccc; 353 font-size: 1.3em; 354 line-height: 1.5; 342 355 } 343 356 … … 374 387 375 388 .make-welcome .first-column { 376 width: 69%;389 width: 71%; 377 390 display: inline-block; 378 391 } 379 392 380 393 .make-welcome .second-column { 381 width: 2 8%;394 width: 25%; 382 395 float: right; 383 396 } … … 390 403 .make-welcome .o2-post-footer-actions { 391 404 display: none; 392 }393 394 .make-welcome .make-welcome-edit {395 display: block;396 text-align: right;397 padding: 0 0 10px 0;398 clear: both;399 405 } 400 406
Note: See TracChangeset
for help on using the changeset viewer.