summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-15 15:09:20 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-15 15:09:20 +0000
commit00472c2421a53278a3eb907c0c204f15a06c6047 (patch)
tree82218d2e5fc81b0d3360f7425f5427b9a5194e31 /frontends/php/css.css
parentd456e59bd4157edaf9a17a05e5c98684dcdb7c09 (diff)
downloadzabbix-00472c2421a53278a3eb907c0c204f15a06c6047.tar.gz
zabbix-00472c2421a53278a3eb907c0c204f15a06c6047.tar.xz
zabbix-00472c2421a53278a3eb907c0c204f15a06c6047.zip
- Added suport of new host<->templates logic for Triggers (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2644 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index f8b91dc4..312ff24e 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -598,3 +598,9 @@ ul
margin-left: 0px;
padding-left: 1em;
}
+
+.vert
+{
+ width:1px;
+ writing-mode: tb-rl;
+}