summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-29 15:44:44 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-29 15:44:44 +0000
commitb3fdbc2e18481417daa954df4a84715019ead9a3 (patch)
treea66eaa27f88e3a180afc8f28c7b04b82b0b47eed /frontends/php/styles
parent9ebbcf5e025c0353bef8bf11d8bccd811c663024 (diff)
downloadzabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.tar.gz
zabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.tar.xz
zabbix-b3fdbc2e18481417daa954df4a84715019ead9a3.zip
- [DEV-118] updates and fixes {still beta} (Artem)
- [DEV-126] removed screen/maps/graphs {beta} (Artem) - other changes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/css_bb.css18
-rw-r--r--frontends/php/styles/div.css26
-rw-r--r--frontends/php/styles/link.css11
3 files changed, 45 insertions, 10 deletions
diff --git a/frontends/php/styles/css_bb.css b/frontends/php/styles/css_bb.css
index 886a2186..ed3685bc 100644
--- a/frontends/php/styles/css_bb.css
+++ b/frontends/php/styles/css_bb.css
@@ -29,8 +29,6 @@ a.highlight:link { text-decoration: none; color: #ffffff; }
a.highlight:visited { text-decoration: none; color: #ffffff; }
a.highlight:hover { text-decoration:none; color: #0AF; }
-
-
A.enabled:link { color:#0088FF; text-decoration: none; }
A.enabled:visited { color:#0088FF; text-decoration: none; }
A.enabled:hover { color:#0088FF; text-decoration: underline; }
@@ -90,6 +88,12 @@ A.history:visited { color:#28F; text-decoration: none; font-size:10px;}
A.history:hover { color:#2FF; text-decoration: none; font-size:10px;}
A.history:active { color:#28F; text-decoration: none; font-size:10px;}
+A.link:link { color:#EEE; text-decoration: none; font-size:10px;}
+A.link:visited { color:#EEE; text-decoration: none; font-size:10px;}
+A.link:hover { color:#0BF; text-decoration: none; font-size:10px;}
+A.link:active { color:#0BF; text-decoration: none; font-size:10px;}
+
+
/*//////////////// TABLES ////////////////////*/
table.page_header tr td.page_header_r{
/*
@@ -225,10 +229,18 @@ div.zabbix_logo{
background-repeat: no-repeat;
}
-div.menuplus{
+div.iconminus{
+ background-image: url('../images/general/bttn/minus_bb.png');
+}
+
+div.iconplus{
background-image: url('../images/general/bttn/plus_bb.png');
}
+div.iconmenu{
+ background-image: url('../images/general/bttn/menu2_bb.png');
+}
+
div.arrowup{
background-image: url('../images/general/bttn/arrowup_bb.png');
}
diff --git a/frontends/php/styles/div.css b/frontends/php/styles/div.css
index 19f412a8..6f7fc614 100644
--- a/frontends/php/styles/div.css
+++ b/frontends/php/styles/div.css
@@ -36,14 +36,34 @@ div.zabbix_logo{
background: #FFFFFF url('../images/general/zabbix.png') no-repeat;
}
-div.menuplus{
+div.iconminus{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/plus.png');
+ background-image: url('../images/general/bttn/minus_bb.png');
+ background-repeat:no-repeat;
+}
+div.iconminus:hover{
+ cursor:pointer;
+}
+
+div.iconplus{
+ height: 18px;
+ width: 18px;
+ background-image: url('../images/general/bttn/plus_bb.png');
+ background-repeat:no-repeat;
+}
+div.iconplus:hover{
+ cursor:pointer;
+}
+
+div.iconmenu{
+ height: 18px;
+ width: 18px;
+ background-image: url('../images/general/bttn/menu_bb.png');
background-repeat:no-repeat;
}
-div.menuplus:hover{
+div.iconmenu:hover{
cursor:pointer;
}
diff --git a/frontends/php/styles/link.css b/frontends/php/styles/link.css
index 14fcaabc..62a43e99 100644
--- a/frontends/php/styles/link.css
+++ b/frontends/php/styles/link.css
@@ -1,12 +1,11 @@
/* CSS Document */
+A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt;}
a.highlight { font-family: Verdana, Arial, sans-serif; font-size:10px; font-weight: bold; }
a.highlight:link { text-decoration: none; color: #ffffff; }
a.highlight:visited { text-decoration: none; color: #ffffff; }
a.highlight:hover { text-decoration: underline; color: #ffcc00; }
-
-
A.enabled:link { color:#00AA00; text-decoration: none; }
A.enabled:visited { color:#00AA00; text-decoration: none; }
A.enabled:hover { color:#00AA00; text-decoration: underline; }
@@ -54,7 +53,6 @@ A.footer
color:#CCCCCC;
}
-A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt;}
A:link {color:black; text-decoration: none; }
A:visited {color:black; text-decoration: none; }
A:hover {color:black; text-decoration: underline; }
@@ -63,4 +61,9 @@ A:active {color:black; text-decoration: underline;}
A.history:link { color:#448; text-decoration: none; font-size:10px;}
A.history:visited { color:#448; text-decoration: none; font-size:10px;}
A.history:hover { color:#448; text-decoration: underline; font-size:10px;}
-A.history:active { color:#448; text-decoration: underline; font-size:10px;} \ No newline at end of file
+A.history:active { color:#448; text-decoration: underline; font-size:10px;}
+
+A.link:link { color:#EEE; text-decoration: none; font-size:10px;}
+A.link:visited { color:#EEE; text-decoration: none; font-size:10px;}
+A.link:hover { color:#EEE; text-decoration: underline; font-size:10px;}
+A.link:active { color:#EEE; text-decoration: underline; font-size:10px;}