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:
Andrew Ozz
2011-11-20 02:10:10 +00:00
parent 50a35b02b6
commit 569841dc02
8 changed files with 16 additions and 10 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -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
+4 -2
View File
@@ -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
+1 -1
View File
@@ -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;
}
+1 -1
View File
@@ -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();