mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Improve styling of comment form.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c49ada1340
commit
98675c6a37
@ -132,9 +132,10 @@ ul.post-meta span.post-meta-key {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#commentform input, #commentform textarea {
|
||||
#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
|
||||
background: #fff;
|
||||
border: 1px solid #333;
|
||||
padding: .2em;
|
||||
}
|
||||
|
||||
#commentform textarea {
|
||||
@ -188,12 +189,11 @@ ul.post-meta span.post-meta-key {
|
||||
margin: 0 0 0 13px;
|
||||
}
|
||||
|
||||
#menu input {
|
||||
#menu input#s {
|
||||
width: 80%;
|
||||
background: #eee;
|
||||
border: 1px solid #999;
|
||||
color: #000;
|
||||
letter-spacing: -0.05em;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
#menu ul {
|
||||
|
Loading…
Reference in New Issue
Block a user