mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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:
parent
2f23018db2
commit
94d1bc066c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user