Changeset 2573
- Timestamp:
- 02/24/2016 07:15:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/stylesheets/login.css
r2492 r2573 342 342 } 343 343 body.login { 344 /* Using flexbox to control the vertical alignment of the form and white box */ 345 display:flex; 344 display:block; /* Overwriting flexbox to remove vertical positioning */ 346 345 align-items:center; 347 } 348 #login { 346 margin-top:100px; /* Fix for displaying logo correctly */ 347 } 348 #login, .mobile #login { 349 349 -webkit-box-shadow:none; 350 350 box-shadow:none; 351 padding:2 0px 0;351 padding:24px; 352 352 } 353 353 #login #login_error { … … 368 368 background-size:100%; 369 369 } 370 } 370 #login #login_error { 371 width:100%; /* Adjusting width of error to match that of content */ 372 } 373 }
Note: See TracChangeset
for help on using the changeset viewer.