[hamradio-commits] [dump1090] 321/389: Don't restrict sidebar width
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit b7d01c56158ba9f1cb60bbf73bc795df84d0d21b
Author: Trevor Slocum <tslocum at gmail.com>
Date: Thu Aug 7 23:50:28 2014 -0700
Don't restrict sidebar width
---
public_html/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public_html/style.css b/public_html/style.css
index b4dd94e..aaa933f 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -6,9 +6,9 @@ html, body {
div#map_canvas { width: 100%; height: 100%; }
div#sidebar_canvas { position: absolute; top: 0px; right: 0px;
- box-sizing:border-box; width: 410px;
+ box-sizing: border-box; overflow: auto;
background: #FFFFFF; padding: 0px 2px 2px 2px;
- border-bottom-left-radius: 5px; z-index: 99; overflow: auto; }
+ border-bottom-left-radius: 5px; z-index: 99; }
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 0px; border: 2px solid red;
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list