Module: nagvis Branch: master Commit: fec33380e8fc70ab4a350af61429959186725b4c URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=fec33380e8fc70ab4a350af61429959186725b4c
Author: LaMi <[email protected]> Date: Tue Nov 10 22:07:19 2009 +0100 Some popup windows styling --- share/userfiles/templates/pages/default.css | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/share/userfiles/templates/pages/default.css b/share/userfiles/templates/pages/default.css index c76bb16..5d5f993 100644 --- a/share/userfiles/templates/pages/default.css +++ b/share/userfiles/templates/pages/default.css @@ -406,7 +406,7 @@ table#popupWindowMaster { border-collapse: separate; margin-left: 8px; - padding: 16px 16px 40px 16px; + padding: 6px 16px 16px 16px; font-weight: normal; -moz-border-radius: 11px; -khtml-border-radius: 11px; @@ -428,6 +428,7 @@ table#popupWindowMaster tr td { font-size: 10px; color: #43B3CF; } + /* Title bar */ table#popupWindowMaster tbody tr th#dragbar { text-align: left; @@ -440,13 +441,14 @@ table#popupWindowMaster tbody tr th#dragbar { table#popupWindowMaster tbody tr th.control { padding: 0; margin: 0; - width: 30px; + width: 19px; font-size: 16px; text-align: center; color: #43B3CF; font-weight: bold; text-decoration: none; cursor: pointer; + border: 1px solid #43B3CF; } /* Content styling */ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
