diff options
Diffstat (limited to 'static/css/index.css')
-rw-r--r-- | static/css/index.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/static/css/index.css b/static/css/index.css index 61b5a80..0c3c6e7 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -11,24 +11,18 @@ } -#search_bar { - padding-top: 1.5%; -} form.example input[type=text] { - padding: 10px; + padding: 5px; font-size: 17px; border: 1px solid grey; float: left; - width: 80%; background: #f1f1f1; } form.example button { float: left; margin-left: 1%; - height: 10%; - width: 25%; background:#F5404C; color: white; font-size: 150%; |