diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 10:55:37 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-10 10:55:37 +0000 |
| commit | 20d8801440d4dc03c213e59cd278183bb37f24b2 (patch) | |
| tree | e0acb0ec925da22ed6b1fab81b2d547670bbf050 /frontends/php/styles | |
| parent | 8bfb00dbb5a1c423236630cddfeaa5ee74ab9659 (diff) | |
| download | zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.tar.gz zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.tar.xz zabbix-20d8801440d4dc03c213e59cd278183bb37f24b2.zip | |
- [DEV-169] improved msg functionality in GUI (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5694 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
| -rw-r--r-- | frontends/php/styles/css_bb.css | 20 | ||||
| -rw-r--r-- | frontends/php/styles/p.css | 22 | ||||
| -rw-r--r-- | frontends/php/styles/table.css | 61 | ||||
| -rw-r--r-- | frontends/php/styles/ul.css | 13 |
4 files changed, 89 insertions, 27 deletions
diff --git a/frontends/php/styles/css_bb.css b/frontends/php/styles/css_bb.css index 2e0b0090..2d8c8fb7 100644 --- a/frontends/php/styles/css_bb.css +++ b/frontends/php/styles/css_bb.css @@ -247,6 +247,20 @@ table.history td.caption{ color:#0AF; } +/* MESSAGES */ +table.msgok{ + border: 1px #0088FF solid; +} + +table.msgok td.clr{ + background-color:#0088FF; +} + +table.msgok td.msg{ + background-color:#BBBBFF; +} +/*----------*/ + /*//////////////// DIVS ////////////////////*/ div.zabbix_logo{ @@ -296,12 +310,6 @@ span.green{ color: #0088FF; } -/*//////////////// PARAGRAPHS ////////////////////*/ - -p.msgerror { color: #FF2222; } -p.msgok { color: #0088FF; } - - /*//////////////// FORMS ////////////////////*/ .button:hover { diff --git a/frontends/php/styles/p.css b/frontends/php/styles/p.css index f2982bd4..309ed3eb 100644 --- a/frontends/php/styles/p.css +++ b/frontends/php/styles/p.css @@ -1,20 +1,19 @@ /* CSS Document */ -P {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; } -P:link {color:black; text-decoration: underline; } -P:visited {color:black; text-decoration: none; } -P:hover {color:black; text-decoration: none;} -P:active {color:black; text-decoration: none;} +P { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; } +P:link { color:black; text-decoration: underline; } +P:visited { color:black; text-decoration: none; } +P:hover { color:black; text-decoration: none;} +P:active { color:black; text-decoration: none;} -p.uppercase {text-transform: uppercase} -p.margin {margin-left: 10pt} +p.uppercase { text-transform: uppercase;} +p.margin { margin-left: 10pt;} p.msgerror { color: #CC0000; } -p.msgok { color: #223344; } +p.msgok { color: #22AA44; } -p.info -{ +p.info{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; border: 1px dashed #000000; @@ -22,8 +21,7 @@ p.info background-color: #FFFFFF; } -p.error -{ +p.error{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; border: 1px dashed #000000; diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css index 6ebedc7d..7a336ee9 100644 --- a/frontends/php/styles/table.css +++ b/frontends/php/styles/table.css @@ -1120,4 +1120,63 @@ table.history td.caption{ text-align:left; } -/**************** </HISTORY> *****************/
\ No newline at end of file +/**************** </HISTORY> *****************/ + + +/***************** <MESSAGE> *****************/ +table.msgok{ + width: 100%; + border: 1px #44CC44 solid; + margin-bottom: 2px; +} + +table.msgok tr{ + height: 26px; +} + +table.msgok td{ + color:#333; + font-family: Verdana, Helvetica, Geneva; + font-size:11px; + text-align:center; +} + +table.msgok td.clr{ + width: 60px; + background-color:#44CC44; + font-size:10px; + font-weight: bold; +} + +table.msgok td.msg{ + background-color:#BBFFBB; +} + +table.msgerr{ + width: 100%; + border: 1px #CC4444 solid; + margin-bottom: 2px; +} + +table.msgerr tr{ + height: 26px; +} + +table.msgerr td{ + color:#333; + font-family: Verdana, Helvetica, Geneva; + font-size:11px; + text-align:center; +} + +table.msgerr td.clr{ + width: 60px; + background-color:#CC4444; + font-size:10px; + font-weight: bold; +} + +table.msgerr td.msg{ + background-color:#FFBBBB; +} +/**************** </MESSAGE> *****************/
\ No newline at end of file diff --git a/frontends/php/styles/ul.css b/frontends/php/styles/ul.css index 24f7acea..8b27ca99 100644 --- a/frontends/php/styles/ul.css +++ b/frontends/php/styles/ul.css @@ -1,6 +1,5 @@ /* CSS Document */ -ul -{ +ul{ margin-left: 0px; padding-left: 1em; } @@ -14,19 +13,17 @@ ul.itservices{ ul.messages{ overflow:auto; vertical-align: top; - border: 1px dashed #000000; background-color: #FFFFFF; - margin: 5px; + margin: 1px; + text-align:left; } -ul.messages li -{ +ul.messages li{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; } -ul.messages li.info -{ +ul.messages li.info{ color:#000000; list-style: url("../images/general/warning_small.gif") inside; } |
