Skip to content

Instantly share code, notes, and snippets.

@skylarkcob
Created December 22, 2013 10:10
Show Gist options
  • Save skylarkcob/8080549 to your computer and use it in GitHub Desktop.
Save skylarkcob/8080549 to your computer and use it in GitHub Desktop.
CSS cho trang đăng nhập WordPress
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