Module: nagvis Branch: master Commit: 330aa103e85322d47a853d18803689a3900ba2d6 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=330aa103e85322d47a853d18803689a3900ba2d6
Author: LaMi <[email protected]> Date: Tue Jan 12 10:23:25 2010 +0100 The WUI context menu is scalign automatically to the right now --- share/frontend/wui/css/wui.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/css/wui.css b/share/frontend/wui/css/wui.css index 46c910f..e6a4743 100644 --- a/share/frontend/wui/css/wui.css +++ b/share/frontend/wui/css/wui.css @@ -30,6 +30,8 @@ * WUI context menu on objects */ +div.context {width:auto;max-width:400px;} + table.infobox { background-color: #F5F5F5; border-collapse:collapse; @@ -72,7 +74,7 @@ table.infobox ul.nav { margin: 0; padding: 0; height: 34px; - width: 300px; + width: 100%; } table.infobox ul.nav li { ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
