Module: nagvis Branch: master Commit: 9bdbf0bc74f23c49ca8e8952051e5329550ba9f7 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=9bdbf0bc74f23c49ca8e8952051e5329550ba9f7
Author: Lars Michelsen <[email protected]> Date: Tue Nov 2 21:40:29 2010 +0100 Fixed stylings of sidebar --- share/userfiles/templates/default.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/share/userfiles/templates/default.css b/share/userfiles/templates/default.css index 3b7e064..092af05 100644 --- a/share/userfiles/templates/default.css +++ b/share/userfiles/templates/default.css @@ -44,7 +44,6 @@ img {border:0} /* Global DIVs */ .main {margin:0;padding:0;background-color:white;color:black} .header {top:0;left:0;padding:0} -#sidebar {position:relative;top:0;left:0;float:left} .map {position:relative;top:0;left:0} /* Welcome page */ @@ -555,7 +554,7 @@ td#popupWindowContent fieldset.form label { .subdropdown .underline {border-bottom:1px solid #a4a4a4} /* Styling for the sidebar */ -#sidebar {height:100%;width:200px;z-index:99;display:none;background-color:#eaf0f2;text-decoration:none;font-size:0.6em;padding-top:10px;border-right:1px solid #a4a4a4} +#sidebar {position:relative;top:0;left:0;float:left;height:100%;width:200px;z-index:99;display:none;background-color:#eaf0f2;text-decoration:none;font-size:0.6em;padding-top:10px;border-right:1px solid #a4a4a4} #sidebar ul {margin:0;padding:0;display:block;list-style:none} #sidebar li {margin:0;padding:0;line-height:25px;} #sidebar li.spacerbottom {border-bottom:1px dotted #a4a4a4} ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
