[Bug 656576] New: server:monitoring/nagios-theme-nuvola: better CSS-Style for wide screens
https://bugzilla.novell.com/show_bug.cgi?id=656576 https://bugzilla.novell.com/show_bug.cgi?id=656576#c0 Summary: server:monitoring/nagios-theme-nuvola: better CSS-Style for wide screens Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: All OS/Version: SLES 11 Status: NEW Severity: Enhancement Priority: P5 - None Component: 3rd party software AssignedTo: lrupp@novell.com ReportedBy: sven.giller@uni-wuerzburg.de QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Customer Blocker: No The stylesheet-file "extinfo.css" is not suitable for widescreen displays. If there are long texts in the Fields 'Status Information' or 'Performance Data' the output is wrapped to a fixed size. If the Browser-Window is wide enough, no wrap is needed and it looks ugly. extinfo.css shows two boxes: 1. box 'Host|Service State Information' is too small (fixed size!) 2. box 'Host|Service Commands' is too big (half of the screen) I fixed it this way: --- /usr/share/nagios-themes/nuvola/stylesheets/extinfo.css 2005-07-01 17:56:47.000000000 +0200 +++ extinfo.css 2010-11-30 14:08:31.000000000 +0100 @@ -63,31 +63,33 @@ border: 1px #E2DECD outset; background-image: url(../images/border_big.gif); background-repeat: repeat-x; -width: 500px; +width: 72%; } .stateInfoTable1 { background-color: #F0F1F5; -width: 500px; } .stateInfoTable2 { background-color: #F0F1F5; -width: 500px; } .dataVar { font-weight: bold; -width: 300px; +width: 200px; text-align: left; } .dataVal { -width: 200px; text-align: left; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656576 https://bugzilla.novell.com/show_bug.cgi?id=656576#c1 --- Comment #1 from Sven Giller <sven.giller@uni-wuerzburg.de> 2010-11-30 16:52:37 UTC --- Created an attachment (id=402727) --> (http://bugzilla.novell.com/attachment.cgi?id=402727) screenshot of original stylesheet This is the original screen -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656576 https://bugzilla.novell.com/show_bug.cgi?id=656576#c2 --- Comment #2 from Sven Giller <sven.giller@uni-wuerzburg.de> 2010-11-30 16:53:52 UTC --- Created an attachment (id=402728) --> (http://bugzilla.novell.com/attachment.cgi?id=402728) screenshot of better stylesheet This is a screenshot of the better stylesheet -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656576 https://bugzilla.novell.com/show_bug.cgi?id=656576#c3 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |lrupp@novell.com Resolution| |FIXED --- Comment #3 from Lars Vogdt <lrupp@novell.com> 2010-12-01 21:12:18 UTC --- Thanks! Patch applied: ------------------------------------------------------------------- Wed Dec 1 21:06:19 UTC 2010 - lars@linux-schulserver.de - added patch from Sven Giller (bnc #656576) for wide screens ------------------------------------------------------------------- Closing as fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com