[Nagios-db-checkins] nagios-db/ui/css defaults.css,1.3,1.4
Status: Beta
Brought to you by:
bench23
From: Matthew K. <mat...@us...> - 2005-02-15 07:01:41
|
Update of /cvsroot/nagios-db/nagios-db/ui/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14607 Modified Files: defaults.css Log Message: Tweaking the display Index: defaults.css =================================================================== RCS file: /cvsroot/nagios-db/nagios-db/ui/css/defaults.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- defaults.css 26 Jan 2005 02:59:55 -0000 1.3 +++ defaults.css 15 Feb 2005 07:01:32 -0000 1.4 @@ -13,10 +13,66 @@ white-space: nowrap; } + +/* our totals bar */ +div#navbar_totals { + height: 100%; + width: 100%; + border-bottom: solid #000 1px; + background-color: #ffffff; + white-space: nowrap; +} + +.navbar_totals1 td { + font-size: 80%; + font: 12px verdana, helvetica, tahoma; +} +.navbar_totals1 a { + padding-left: 10px; + padding-right: 10px; + text-decoration: none; + display: block; + position: relative; + color: #000000; +} +.navbar_totals1 a:hover { + background: #6699FF; + color: #ffffff; +} + +.navbar_totals1 .wrap { + background-color: #ffffff; + text-align: center; +} +.navbar_totals1 .header { + padding-left: 10px; + padding-right: 10px; +} +.navbar_totals1 .problem { + background-color: #ff3333; +} +.navbar_totals1 .unknown { + background-color: #ff6600; +} +.navbar_totals1 .ok { + background-color: #00cc00; +} +.navbar_totals1 .pending { + background-color: #0066ff; +} +.navbar_totals1 .warning { + background-color: #ffff00; +} +.navbar_totals1 .time { + text-align: right; +} + div#toolbar { padding: 3px; } + + input, textarea, select{ @@ -37,27 +93,32 @@ padding: 2px; vertical-align: middle; } + + /* our main content div wrapper */ div#content { padding: 5px; - font: 11px tahoma; + font: 11px verdana, helvetica, tahoma; } div#header { - font: 15px tahoma; + font: 15px verdana, helvetica, tahoma; font-weight: bold; } + + /* for our drop down menu */ -.ddm1 td { font-size: 80%; } .ddm1 { - font: 11px tahoma; + font: 11px verdana, helvetica, tahoma; } .ddm1 .header { - font: 12px tahoma; + font: 13px verdana, helvetica, tahoma; + text-align: center; + color: #ffffff; } .ddm1 .item1, .ddm1 .item1:hover, @@ -106,4 +167,4 @@ .ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; } .ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; } -* html .ddm1 td { position: relative; } /* ie 5.0 fix */ +* html .ddm1 td { position: relative; } /* ie 5.0 fix */ \ No newline at end of file |