summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 1ade923..bb6b08c 100644
--- a/index.html
+++ b/index.html
@@ -51,21 +51,21 @@
</form>
<div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_noconn">
- <center>Etwas ist schiefgelaufen.</center>
- <center>Versuche es in Kürze noch einmal.</center>
+ <div style="text-align: center">Etwas ist schiefgelaufen.</div>
+ <div style="text-align: center">Versuche es in Kürze noch einmal.</div>
<div style="width:100%;margin 0 auto;">
<button class="ui-btn" id="loadbtn" onclick="$('#loginpopup').popup('close')">Pläne aus dem Speicher anzeigen</button>
</div>
</div>
<div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_passwd">
- <center>Deine Benutzerdaten stimmen nicht.</center>
- <center>Bitte versuche es erneut.</center>
+ <div style="text-align: center">Deine Benutzerdaten stimmen nicht.</div>
+ <div style="text-align: center">Bitte versuche es erneut.</div>
</div>
</div> <!-- loginpopup -->
- <center id="noplans" style="display:none">Es sind noch keine Pläne verfügbar.</center>
- <center><a id="lnklogin" href="#loginpopup" data-rel="popup" data-role="button" data-position-to="window" data-inline="true">Bitte logge dich ein!</a></center>
+ <div style="text-align: center" id="noplans" style="display:none">Es sind noch keine Pläne verfügbar.</div>
+ <div style="text-align: center"><a id="lnklogin" href="#loginpopup" data-rel="popup" data-role="button" data-position-to="window" data-inline="true">Bitte logge dich ein!</a></div>
</div>
</div> <!-- vplantabs -->
</div> <!-- app -->