From d82f4f660f480ecbc7eaf5e7fd42140803908cfb Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 7 Jan 2008 13:29:16 +0000 Subject: - [ZBX-246] fixed header error in Monitoring->slideshows (Artem) - added history view in ackowledge screen (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5231 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/styles/ul.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/styles') diff --git a/frontends/php/styles/ul.css b/frontends/php/styles/ul.css index 38c8fbcd..a108512c 100644 --- a/frontends/php/styles/ul.css +++ b/frontends/php/styles/ul.css @@ -11,8 +11,8 @@ ul.itservices{ margin-left: 5px; } -ul.messages -{ +ul.messages{ + overflow:auto; vertical-align: top; border: 1px dashed #000000; background-color: #FFFFFF; -- cgit