mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Improve RTL for Welcome panel, refresh css files, see #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -3,6 +3,10 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column {
|
||||
margin: 0 -25px 0 4%;
|
||||
}
|
||||
|
||||
#wp-fullscreen-title {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -634,13 +634,15 @@ form.upgrade .hint {
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column {
|
||||
margin: 0 -25px 0 3%;
|
||||
margin: 0 -25px 0 5%;
|
||||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
float: right;
|
||||
}
|
||||
.welcome-panel .welcome-panel-column:last-child {
|
||||
|
||||
.welcome-panel .welcome-panel-column.welcome-panel-last {
|
||||
margin-right: auto;
|
||||
padding-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2256,7 +2256,7 @@ body.admin-bar #adminmenu {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-panel-column:last-child {
|
||||
.welcome-panel .welcome-panel-column.welcome-panel-last {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1310,7 +1310,7 @@ function wp_welcome_panel() {
|
||||
<li><?php echo sprintf( __( '<a href="%s">Write your first post</a>' ), esc_url( admin_url('post-new.php') ) ); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="welcome-panel-column">
|
||||
<div class="welcome-panel-column welcome-panel-last">
|
||||
<h4><span class="icon16 icon-appearance"></span> <?php _e( 'Customize Your Site' ); ?></h4>
|
||||
<?php
|
||||
$ct = current_theme_info();
|
||||
|
||||
Reference in New Issue
Block a user