mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 06:55:28 +00:00
Shift welcome panel columns below WP badge. Improve column grid. props chexee, see #11651.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
27531f0f9b
commit
2f808f68d4
File diff suppressed because one or more lines are too long
@ -2209,24 +2209,38 @@ body.admin-bar #adminmenu {
|
|||||||
|
|
||||||
.welcome-panel .wp-badge {
|
.welcome-panel .wp-badge {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel-content {
|
.welcome-panel-content {
|
||||||
|
max-width: 1500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-panel-content .about-description,
|
||||||
|
.welcome-panel h3 {
|
||||||
margin-left: 190px;
|
margin-left: 190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel p.welcome-panel-dismiss {
|
.welcome-panel p.welcome-panel-dismiss {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 1.5em 0 0 0;
|
padding: 1em 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-panel .welcome-panel-column-container {
|
||||||
|
clear: both;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column {
|
.welcome-panel .welcome-panel-column {
|
||||||
margin: 0 40px 0 24px;
|
margin: 0 5% 0 -25px;
|
||||||
max-width: 270px;
|
padding-left: 25px;
|
||||||
min-width: 220px;
|
width: 30%;
|
||||||
width: 25%;
|
min-width: 200px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcome-panel .welcome-panel-column:last-child {
|
.welcome-panel .welcome-panel-column:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -1294,6 +1294,7 @@ function wp_welcome_panel() {
|
|||||||
<h3><?php _e( 'Welcome to your new WordPress site! ' ); ?></h3>
|
<h3><?php _e( 'Welcome to your new WordPress site! ' ); ?></h3>
|
||||||
<p class="about-description"><?php _e( 'If you need help getting started, check out our documentation on <a href="http://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>. If you’d rather dive right in, here are a few things most people do first when they set up a new WordPress site. If you need help, use the Help tabs in the upper right corner to get information on how to use your current screen and where to go for more assistance.' ); ?></p>
|
<p class="about-description"><?php _e( 'If you need help getting started, check out our documentation on <a href="http://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>. If you’d rather dive right in, here are a few things most people do first when they set up a new WordPress site. If you need help, use the Help tabs in the upper right corner to get information on how to use your current screen and where to go for more assistance.' ); ?></p>
|
||||||
|
|
||||||
|
<div class="welcome-panel-column-container">
|
||||||
<div class="welcome-panel-column">
|
<div class="welcome-panel-column">
|
||||||
<h4>
|
<h4>
|
||||||
<span class="icon16 icon-settings"></span>
|
<span class="icon16 icon-settings"></span>
|
||||||
@ -1420,6 +1421,7 @@ function wp_welcome_panel() {
|
|||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<p class="welcome-panel-dismiss"><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>
|
<p class="welcome-panel-dismiss"><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111118' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111118a' );
|
||||||
|
|
||||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user