Created
December 22, 2013 10:10
-
-
Save skylarkcob/8080549 to your computer and use it in GitHub Desktop.
CSS cho trang đăng nhập WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.login div#login h1 a { | |
background-image: url("../images/logo.png"); | |
background-size: 282px 100px; | |
padding-bottom: 30px; | |
height: 80px; | |
width: 330px; | |
} | |
#login { | |
padding-top: 60px; | |
} | |
.wp-core-ui .button-primary { | |
font-size: 15px; | |
margin-bottom: -20px; | |
margin-top: 10px; | |
padding-bottom: 35px !important; | |
padding-top: 10px !important; | |
width: 100%; | |
} | |
.login #backtoblog { display: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment