diff --git a/stylesheets/test.css b/stylesheets/test.css index 6835b23f..c83496dc 100644 --- a/stylesheets/test.css +++ b/stylesheets/test.css @@ -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;