summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml22
1 files changed, 11 insertions, 11 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 8c8d20d..5f955e4 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -8,17 +8,17 @@
<input type="hidden" class="id" value="login"/>
</div>
<?php else:?>
- <div>
- <div class="fbguilogin selectswitch" style=''>
- <div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Logout</div>
- <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=''>
- <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"/>
- </div>
+ <div style='float:right'>
+ <div class="fbguilogin selectswitch" style='float:right'>
+ <div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Logout</div>
+ <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: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"/>
+ </div>
</div>
<?php endif;?>
<script type="text/javascript">