From 439959c692beee0814c7a449f513180d52b7b4bc Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Thu, 1 Apr 2010 11:06:15 +0000 Subject: [PATCH] suppress border around radio buttons for IE --- root/css/sipwise.css | 5 +++++ root/tt/reminder.tt | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/root/css/sipwise.css b/root/css/sipwise.css index 4fd5ca4..8bad0f3 100644 --- a/root/css/sipwise.css +++ b/root/css/sipwise.css @@ -529,6 +529,11 @@ border: none; } +/* suppress border if requested */ +.no_border { + border: none !important; +} + /* override label width and spacing from default "anmelden" labels */ #main .anmelden label.as_above { width: auto; diff --git a/root/tt/reminder.tt b/root/tt/reminder.tt index 5f7eccc..a80591e 100644 --- a/root/tt/reminder.tt +++ b/root/tt/reminder.tt @@ -33,13 +33,13 @@

-
-
-