Changeset 4539
- Timestamp:
- 12/15/2016 07:09:23 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r4538 r4539 53 53 */ 54 54 function wporg_login_replace_css() { 55 wp_enqueue_style( 'wporg-login', get_template_directory_uri() . '/stylesheets/login.css', array( 'login', 'dashicons' ), '20161215 b' );55 wp_enqueue_style( 'wporg-login', get_template_directory_uri() . '/stylesheets/login.css', array( 'login', 'dashicons' ), '20161215c' ); 56 56 } 57 57 add_action( 'login_init', 'wporg_login_replace_css' ); … … 69 69 70 70 wp_enqueue_style( 'wporg-normalize', get_template_directory_uri() . '/stylesheets/normalize.css', 3 ); 71 wp_enqueue_style( 'wporg-login', get_template_directory_uri() . '/stylesheets/login.css', array( 'login', 'dashicons' ), '20161215 b' );71 wp_enqueue_style( 'wporg-login', get_template_directory_uri() . '/stylesheets/login.css', array( 'login', 'dashicons' ), '20161215c' ); 72 72 } 73 73 add_action( 'wp_enqueue_scripts', 'wporg_login_scripts' ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/stylesheets/login.css
r4538 r4539 344 344 } 345 345 346 body.route-register #login .message, 347 body.route-register-profile #login .message, 348 body.route-register-confirm #login .message { 349 margin-left: -24px; 350 padding-left: 24px; 351 padding-right: 0; 352 } 353 346 354 body.route-register #login .message.error, 347 355 body.route-register-profile #login .message.error, … … 349 357 border-left-color: #dc3232; 350 358 margin-bottom: auto !important; 351 margin-left: -24px;352 padding-left: 24px;353 padding-right: 0;354 359 } 355 360 body.route-register .message.error .avatar { … … 359 364 } 360 365 366 body.route-register-profile #login .message.info { 367 margin-top: -24px; 368 width: 350px; 369 } 370 371 body.route-register-profile #login .message.info, 372 body.route-register-profile p.intro { 373 margin-bottom: 1em !important; 374 } 375 361 376 form .login-mailinglist label { 362 377 font-size: 12px;
Note: See TracChangeset
for help on using the changeset viewer.