From 07e9dca31309e301c7fa649e7c106fb5e6ca3099 Mon Sep 17 00:00:00 2001 From: bfabiszewski Date: Wed, 26 Jun 2013 19:58:55 +0200 Subject: option to hide menu --- main.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'main.css') diff --git a/main.css b/main.css index f9a7c6c..dbcc682 100755 --- a/main.css +++ b/main.css @@ -76,11 +76,29 @@ select { } #footer { position: fixed; + width: 165px; bottom:0; padding: 10px; - background-color: #666; + background-color:rgba(102, 102, 102, 0.9); color: lightgray; } +#menu-close { + background-color: #666; + opacity: 0.9; + position: absolute; + top: 55px; + right: 165px; + z-index: 1900; + width: 18px; + height: 20px; + line-height: 18px; + text-align: right; + font-size: 18px; + font-weight: bolder; + border-radius: 11px 0 0 11px; + cursor: pointer; +} + #user, #trip, #summary, #export, #other, #units { padding-bottom: 10px; } -- cgit v1.2.3