diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:03:54 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:03:54 +0100 |
commit | 28be55a1c744ed9ee9179b8b37570e4532bf6870 (patch) | |
tree | 44f58818bd510f741295514e6db860a8b0f54cc6 /web/public | |
parent | 2f089488d7f795b3b2aec371b87fe0d8b9313954 (diff) | |
download | taginfo-28be55a1c744ed9ee9179b8b37570e4532bf6870.tar taginfo-28be55a1c744ed9ee9179b8b37570e4532bf6870.tar.gz |
Improve the layout of the headers
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 05b0e17..5f07a0d 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -177,13 +177,22 @@ div#header { padding: 15px 20px 10px 20px; } +div#header_logo { + display: inline-block; + float: left; +} + div#header_date { + display: inline-block; + float: right; font-size: 80%; text-align: right; color: #808080; } div#header div#header_forms { + float: right; + clear: right; } div#header div#header_forms form { |