summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:14:24 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:14:24 +0000
commitbeb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea (patch)
tree131965548929548eac6d51236a437f8d0d65ba4f /frontends/php/styles
parent38591cdcd09a97021d0cf109fbd75978c8632f06 (diff)
downloadzabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.tar.gz
zabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.tar.xz
zabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.zip
- [DEV-85] improvements to graph navigations (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5177 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/gmenu.css4
-rw-r--r--frontends/php/styles/sbox.css1
2 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/styles/gmenu.css b/frontends/php/styles/gmenu.css
index d4c192e4..156fb4c6 100644
--- a/frontends/php/styles/gmenu.css
+++ b/frontends/php/styles/gmenu.css
@@ -368,8 +368,8 @@ span#gmenu_period_value{
font-size: 11px;
border:#666666 1px solid;
top: 10px;
- left: 60px;
- width: 20px;
+ left: 52px;
+ width: 28px;
}
span#gmenu_period_type{
diff --git a/frontends/php/styles/sbox.css b/frontends/php/styles/sbox.css
index 52472974..0fc636c3 100644
--- a/frontends/php/styles/sbox.css
+++ b/frontends/php/styles/sbox.css
@@ -18,6 +18,7 @@ div#selection_box{
div.box_on{
position: absolute;
+/* border: 1px black solid;
/* background-color:#FF0000;*/
z-index:2;
}