From 711702bc416e65f9f756459046805e0eef68a5aa Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 30 Sep 2007 09:22:54 +0000 Subject: [PATCH] corretto bug di IE per il rett. verde pulsante --- web/table.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web/table.css b/web/table.css index 3e1e10d..46f2cf1 100644 --- a/web/table.css +++ b/web/table.css @@ -180,8 +180,10 @@ div.table_commands { .remark1 { position: absolute; - width: 199px; - height: 200px; + width: 199px !important; + width: 207px; + height: 200px !important; + height: 208px; left: 296; top: 246; border-style: solid; @@ -192,8 +194,10 @@ div.table_commands { .remark2 { position: absolute; - width: 199px; - height: 200px; + width: 199px !important; + width: 203px; + height: 200px !important; + height: 204px; left: 298; top: 248; border-style: solid; -- 2.17.1