Moved modal div above iconbar and everything else, this lets Opera Mobile successfull...
authorich <ich@watz.wunderland.mgt>
Tue, 17 Jul 2012 11:13:41 +0000 (13:13 +0200)
committerich <ich@watz.wunderland.mgt>
Tue, 17 Jul 2012 11:13:41 +0000 (13:13 +0200)
It also still works on desktop Opera and Firefox13, but not on Symbian "Internet" Browser

webcit/static/t/head.html

index fee9ca6ebcaffa0dd4034a10efb18929a3a9ed0b..e342a75975e04fb6b200aecadfd8a1db95b0eac3 100644 (file)
@@ -30,7 +30,6 @@
        </head>
 <body>
 <div id="is_logged_in" style="display:none"><?%("COND:LOGGEDIN", 1, 1, 1, "no", "yes")></div>
-<?ICONBAR>
 <!-- begin modal box -->
 <div id="modal">
        <div class="md-overlay-decorator">
@@ -50,5 +49,6 @@
        </div>
 </div>
 <!-- end modal box -->
+<?ICONBAR>
 <div id="global">
 <!--("end head.html")-->