aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/css/styles_opera.css
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/auth/src/main/webapp/css/styles_opera.css')
-rw-r--r--id/server/auth/src/main/webapp/css/styles_opera.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/id/server/auth/src/main/webapp/css/styles_opera.css b/id/server/auth/src/main/webapp/css/styles_opera.css
new file mode 100644
index 000000000..a2ea527bf
--- /dev/null
+++ b/id/server/auth/src/main/webapp/css/styles_opera.css
@@ -0,0 +1,11 @@
+/*
+|| In Opera funktioniert das Aus- und Einblenden von HTML-Bloecken
+|| mittels JavaScript-Zugriff auf DOM-Objekte nicht, daher muss
+|| die Definition der Klasse .hide in diesem Browser durch eine
+|| "sichtbare" Definition ueberlagert werden
+*/
+
+.hide {
+ visibility: visible;
+ display: block;
+} \ No newline at end of file