diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-02 21:14:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-02 21:14:58 +0200 |
commit | 970f6acf56edcdc9a56ab3ea9d4b324e0c4d9aea (patch) | |
tree | 5e809a777e3492fe6a3ac5e184ecac37956eab0d /assets/css | |
parent | f55459ae507efaef31c9b1a1daf5d024c8db9917 (diff) |
Adjust search box styles.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/screen.css | 34 |
1 files changed, 4 insertions, 30 deletions
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 { |