Add some height to the Login button in Chrome/IE. Props SergeyBiryukov. Fixes #19319
git-svn-id: http://svn.automattic.com/wordpress/trunk@19392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6c7924ab87
commit
e06a8cc7d5
File diff suppressed because one or more lines are too long
|
@ -5848,6 +5848,7 @@ a.rsswidget {
|
|||
|
||||
.login .button-primary {
|
||||
font-size: 13px !important;
|
||||
line-height: 16px;
|
||||
padding: 3px 10px;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
|
|||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111120b' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111122' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111119' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue