summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-18 12:32:02 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-18 12:32:02 +0000
commit4f1f420a91e557c2ab4a7ff9605fba260931bbdc (patch)
tree48ff179492d1d1ae1d93061ec618392d281fef3a /frontends/php/styles
parent01e94d67317be183b74fa97bd3d15ee99ab27d69 (diff)
downloadzabbix-4f1f420a91e557c2ab4a7ff9605fba260931bbdc.tar.gz
zabbix-4f1f420a91e557c2ab4a7ff9605fba260931bbdc.tar.xz
zabbix-4f1f420a91e557c2ab4a7ff9605fba260931bbdc.zip
- [DEV-171] improvements to escalation form (Artem)
- [DEV-137] small fixes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5778 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/table.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css
index c004951d..10eda665 100644
--- a/frontends/php/styles/table.css
+++ b/frontends/php/styles/table.css
@@ -722,9 +722,9 @@ table.right_table select
width: 200px;
}
-table.right_table tr td.read_write select.biginput { color: #008800; width: 280px;}
-table.right_table tr td.read_only select.biginput { color: #CC8800; width: 280px;}
-table.right_table tr td.deny select.biginput { color: #CC0000; width: 280px;}
+table.right_table tr td.read_write select.biginput { color: #008800; width: 320px;}
+table.right_table tr td.read_only select.biginput { color: #CC8800; width: 320px;}
+table.right_table tr td.deny select.biginput { color: #CC0000; width: 320px;}
/**************** GRAPH ****************/