From 4126039bc0cad4231822bbd07fe9dda5301ab423 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 10 Jan 2008 16:09:31 +0000 Subject: - [DEV-94] added processing of the "database down" event (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5238 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/styles/table.css | 62 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) (limited to 'frontends/php/styles') diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css index 5768c4f4..c7db1303 100644 --- a/frontends/php/styles/table.css +++ b/frontends/php/styles/table.css @@ -852,8 +852,68 @@ table.server_info tr.status td{ white-space: nowrap; word-spacing: 0px; } -/**************** SETUP WIZARD ***********/ +/**************** WARNING ***********/ + +table.warning{ + border-spacing: 0px; /* cellspacing */ + border-collapse: collapse; + border-top: 2px gray solid; + border-left: 2px gray solid; + border-right: 2px #3F3F3F solid; + border-bottom: 2px #3F3F3F solid; + background-color:#EAEAEA; +} + +table.warning td{ + padding-left: 0; + padding-right: 0; + padding-top: 2px; + padding-bottom: 2px; + line-height: 20px; +} + +table.warning tr.header{ + height: 24px; + border: 1px black solid; + background-color: #F00000; + color: white; + font-weight: bold; +} +table.warning tr.footer{ + height: 34px; + border-top: 1px black dotted; +} + +table.warning tr td.left{ + padding-left: 10px; + padding-right: 5px; + white-space: nowrap; + word-spacing: 0px; + text-align: left; +} +table.warning tr td.right{ + width: 100%; + padding-left: 5px; + padding-right: 10px; + text-align: right; + vertical-align: text-top; +} +table.warning tr.center td.left{ + vertical-align: text-top; + padding-top: 0; +} +table.warning tr.center td.right{ + padding: 5px; + vertical-align: middle; + text-align: center; + border-top: 2px gray inset; + border-left: 2px gray inset; + background-color: white; +} +/*****************************************/ + +/**************** SETUP WIZARD ***********/ table.setup_wizard { width: 640px; -- cgit