Module: nagvis Branch: master Commit: 7da3439873815593638117e7a585fde03f282ece URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7da3439873815593638117e7a585fde03f282ece
Author: LaMi <[email protected]> Date: Sat Mar 13 16:49:48 2010 +0100 IE7 now shows complete header submenus, not only the first entry. --- share/userfiles/templates/default.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/userfiles/templates/default.css b/share/userfiles/templates/default.css index 0fd3297..b576861 100644 --- a/share/userfiles/templates/default.css +++ b/share/userfiles/templates/default.css @@ -598,7 +598,7 @@ td#popupWindowContent fieldset.form label { .dropdown dt:hover {background:url('../images/templates/default.header_over.png')} .dropdown dd {margin:0;padding:0;position:absolute;width: 205px;background:#fff;z-index:1000;display:none;overflow:hidden;opacity:0;} .dropdown img {vertical-align:middle;margin-left:10px} -.dropdown ul {margin:0;padding:0;list-style:none} +.dropdown ul {margin:0;padding:0;list-style:none;width:205px} .dropdown li {margin:0;padding:0} .dropdown a, .dropdown a:active, .dropdown a:visited, .dropdown li.spacer, .dropdown dl.subdropdown dt {display:block;width:193px;background:#eaf0f2;margin:0;color:#43B3CF;text-decoration:none;border-left:1px solid #a4a4a4;border-right:1px solid #a4a4a4;padding:5px;} .dropdown a.left, .dropdown a.left:active, .dropdown a.left:visited {float:left;width:152px;border-right:0} ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
