summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-02-27 15:24:29 +0100
committerMichael Neves2012-02-27 15:24:29 +0100
commitf5c3064dde09d3972df93c0ecec57c02a9ad02b6 (patch)
tree419722347fe009507dd13b1a261e34fa56ebce7d
parentremoved debug msg (diff)
downloadpbs2-f5c3064dde09d3972df93c0ecec57c02a9ad02b6.tar.gz
pbs2-f5c3064dde09d3972df93c0ecec57c02a9ad02b6.tar.xz
pbs2-f5c3064dde09d3972df93c0ecec57c02a9ad02b6.zip
gui verbessrung
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml16
1 files changed, 8 insertions, 8 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index d4c4be4..d10266c 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -2,19 +2,19 @@
<?php if($this->nobootmenu):?>
<?php if($this->loginmenu):?>
- <div class="fbguilogin selectswitch" style=''>
+ <div class="fbguilogin selectswitch" style='clear:both'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Login</div>
<i>This is not your Bootmenu. Select this to get your own Bootmenu.</i>
<input type="hidden" class="id" value="login"/>
</div>
<?php else:?>
<div style='width:100%'>
- <div class="fbguilogin selectswitch" style='float:left'>
+ <div class="fbguilogin selectswitch" style='float:left;width:40%'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Logout</div>
<i>Logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
- <div class="fbguiswitch selectswitch" style='float:right;'>
+ <div class="fbguiswitch selectswitch" style='float:right;width:40%'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
<i>Return to the Select Membership Menu.</i>
<input type="hidden" class="id" value="membership"/>
@@ -103,19 +103,19 @@
<?php if(isset($this->entries)):?>
<?php if($this->loginmenu):?>
- <div class="fbguilogin selectswitch" style=''>
+ <div class="fbguilogin selectswitch" style='clear:both'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Login</div>
<i>This is not your Bootmenu. Select this to get your own Bootmenu.</i>
<input type="hidden" class="id" value="login"/>
</div>
<?php else:?>
- <div style='width:100%'>
- <div class="fbguilogin selectswitch" style='float:left'>
+ <div style='width:100%;clear:both'>
+ <div class="fbguilogin selectswitch" style='float:left;width:40%'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Logout</div>
<i>Logout and get to the default BootMenu.</i>
<input type="hidden" class="id" value="logout"/>
</div>
- <div class="fbguiswitch selectswitch" style='float:right;'>
+ <div class="fbguiswitch selectswitch" style='float:right;width:40%`:'>
<div style='font-size:16px;font-weight:bold;margin-bottom:5px;'>Switch Membership</div>
<i>Return to the Select Membership Menu.</i>
<input type="hidden" class="id" value="membership"/>
@@ -225,7 +225,7 @@
}
}
</script>
- <h1><?php echo $this->title;?></h1>
+ <h1 style='padding-top:15px;padding-bottom:6px;clear:both'><?php echo $this->title;?></h1>
<?php if(count($this->entries) > 0): ?>
<div style='padding:5px;float:right;'>Starting in <span class='startcounter'><?php echo $this->startcounter; ?></span> seconds</div>
<?php endif; ?>