summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-17 15:17:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-17 15:17:26 +0000
commit7d37d9aa713e41540f2646d176f36ea755029263 (patch)
treeaa7d898607171866d74a7af1195067b9bbae8cb4 /frontends/php/styles
parent1a33200e10b84a64cf9234ca02b56f0a3259e186 (diff)
downloadzabbix-7d37d9aa713e41540f2646d176f36ea755029263.tar.gz
zabbix-7d37d9aa713e41540f2646d176f36ea755029263.tar.xz
zabbix-7d37d9aa713e41540f2646d176f36ea755029263.zip
- small fixes to JS code (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5499 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/bar.css7
-rw-r--r--frontends/php/styles/default.css7
2 files changed, 9 insertions, 5 deletions
diff --git a/frontends/php/styles/bar.css b/frontends/php/styles/bar.css
index 925cff07..9a454b9c 100644
--- a/frontends/php/styles/bar.css
+++ b/frontends/php/styles/bar.css
@@ -51,16 +51,13 @@ div#scroll{
}
img#scroll_calendar{
- position:absolute;
+ position: absolute;
top: -12px;
- left: 0px;
+ left: 0px;
}
img#scroll_calendar:hover{
cursor: pointer;
- position:absolute;
- top: -12px;
- left: 0px;
}
div#scrolltableft{
diff --git a/frontends/php/styles/default.css b/frontends/php/styles/default.css
index a12556e9..22a33433 100644
--- a/frontends/php/styles/default.css
+++ b/frontends/php/styles/default.css
@@ -108,6 +108,13 @@ img.borderless { border-width: 0px; vertical-align: bottom; }
color: #000000;
}
+.pointer{
+}
+.pointer:hover{
+ cursor: pointer;
+}
+
+
/**************** HINT BOX *****************/
#hint_box {