summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael2011-11-23 15:03:09 +0100
committermichael2011-11-23 15:03:09 +0100
commit7a52afb2565d9673c169f0477c1699464340838e (patch)
treed3c76678ea75aac7ab9ef05e5da9ee6762a9005d
parentfbgui menu fix (diff)
downloadpbs2-7a52afb2565d9673c169f0477c1699464340838e.tar.gz
pbs2-7a52afb2565d9673c169f0477c1699464340838e.tar.xz
pbs2-7a52afb2565d9673c169f0477c1699464340838e.zip
anzeigefehler behoben
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index f5d53d9..8293798 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -14,7 +14,7 @@
<i>Select this to logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
- <div class="fbguilogin selectswitch" style='float:left; margin-left:10px'>
+ <div class="fbguilogin selectswitch" style='float:right;'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
<i>Select this to return to the Select Membership Menu.</i>
<input type="hidden" class="id" value="membership"/>
@@ -115,7 +115,7 @@
<i>Select this to logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
- <div class="fbguilogin selectswitch" style='float:left; margin-left:10px'>
+ <div class="fbguilogin selectswitch" style='float:right;'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
<i>Select this to return to the Select Membership Menu.</i>
<input type="hidden" class="id" value="membership"/>