diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
commit | 3404aebda95c78a98e477c120354f20891f55c7b (patch) | |
tree | c00b0f0ff1c47f9134bc6987a7e3bcfea53a7aca /webroot/css/base.css | |
parent | 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (diff) | |
download | otakuhub-3404aebda95c78a98e477c120354f20891f55c7b.tar.xz |
search page styling
Diffstat (limited to 'webroot/css/base.css')
-rw-r--r-- | webroot/css/base.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css index 2e69090..29fd2c3 100644 --- a/webroot/css/base.css +++ b/webroot/css/base.css @@ -36,6 +36,7 @@ h2.ribbon { clear: left; left: -67px; top: -33px; + margin-bottom: -20px; z-index: -1; } @@ -231,7 +232,7 @@ p { -webkit-border-radius:20px; } -.search { +form.navsearch { float: right; margin-top: 5px; } @@ -250,13 +251,12 @@ form input, form textarea { -webkit-border-radius: 3px; } input[type="button"], input[type="submit"], button { + padding: 6px 5px; /* looks high in FF at inherited 7 5 */ + line-height: 18px; /* looks small in webkit at 6 5 */ cursor: pointer; display: inline-block; font-weight: 700; outline: none; - width: auto; - text-align: center; - vertical-align: middle; background: #ddd; color: #444; text-shadow: 0 -1px 0 #eee; @@ -267,6 +267,14 @@ input[type="button"], input[type="submit"], button { input[type="button"]:hover, input[type="submit"]:hover, button:hover { background: #eee; } +form select { + padding: 6px 5px; + border: 1px solid #ccc; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #eee; +} div#login { text-align: center; |