Changeset 43124 for branches/4.9
- Timestamp:
- 05/02/2018 09:59:34 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/css/login.css
r41556 r43124 195 195 } 196 196 197 .login .privacy-policy-page-link { 198 text-align: center; 199 width: 100%; 200 position: absolute; 201 bottom: 20px; 202 left: 0; 203 } 204 197 205 .login form .input, 198 206 .login input[type="text"] { … … 253 261 } 254 262 263 @media ( max-height: 600px ) { 264 .login .privacy-policy-page-link { 265 position: relative; 266 margin: 60px 0 20px 0; 267 } 268 } 269 255 270 @media screen and ( max-height: 550px ) { 256 271 #login { -
branches/4.9/src/wp-login.php
r43119 r43124 253 253 printf( _x( '← Back to %s', 'site' ), get_bloginfo( 'title', 'display' ) ); 254 254 ?></a></p> 255 <?php the_privacy_policy_link( '<div class="privacy-policy-page-link">', '</div>' ); ?> 255 256 <?php endif; ?> 256 257
Note: See TracChangeset
for help on using the changeset viewer.