From 970f6acf56edcdc9a56ab3ea9d4b324e0c4d9aea Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 2 Sep 2018 21:14:58 +0200 Subject: Adjust search box styles. --- assets/css/screen.css | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index 59f6889..148eb04 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -85,39 +85,13 @@ tr td:nth-child(3){ margin-bottom: 1rem; padding: .5em; color: #fff; - position: relative; - display: block; -} -#header a { - color: #fff; - text-decorations: none; -} - -#header .flex { - display: flex; } - -#header .flex .logo { - display: inline-block; - float: left; -} - -#header .flex form { - display: inline-block; -} - -input#query { - box-sizing: border-box; - width: 100%; - padding: .2rem; - color: #111; - border-radius: 3px; +#header .navbar-brand { + padding: 0; } -#header input#query { - width: auto; - position: absolute; - right: 1rem; +#header #search input:focus { + width: 500px; } table { -- cgit v1.2.3