test.css: split select from textarea padding
This commit is contained in:
parent
bbde681e74
commit
ecf537e92e
1 changed files with 7 additions and 9 deletions
|
|
@ -165,17 +165,15 @@ input[type="text"], textarea, select {
|
|||
background: #333333;
|
||||
color: #CCCCCC;
|
||||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-family: "LoveLetter" , sans-serif;
|
||||
font-size: 10pt;
|
||||
-moz-border-radius: 20px;
|
||||
-webkit-border-radius: 20px;
|
||||
-khtml-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #333333;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue