Login form design improvements from iammattthomas, fixes #8286

git-svn-id: https://develop.svn.wordpress.org/trunk@9810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-20 11:02:11 +00:00
parent 2f23018db2
commit 94d1bc066c
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ form {
border-radius: 5px;
background: #fff;
border: 1px solid #e5e5e5;
-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }
@ -100,5 +103,5 @@ h1 a {
margin-right: 6px;
margin-bottom: 16px;
border: 1px solid #e5e5e5;
background: #f9f9f9;
background: #fbfbfb;
}