[Xfce4-commits] <wiki:master> Move userinfo.
Nick Schermer
noreply at xfce.org
Wed Jan 4 23:44:01 CET 2012
Updating branch refs/heads/master
to a37f8374f1b2b5d1523eb2cc6da9f020ef9a2bbe (commit)
from 8a10973dabe7897ddaeb52dc6240548b9f5956ab (commit)
commit a37f8374f1b2b5d1523eb2cc6da9f020ef9a2bbe
Author: Nick Schermer <nick at xfce.org>
Date: Wed Jan 4 23:43:07 2012 +0100
Move userinfo.
lib/tpl/docs/design.css | 8 +++++++-
lib/tpl/docs/main.php | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/lib/tpl/docs/design.css b/lib/tpl/docs/design.css
index ca8ca9b..d985585 100644
--- a/lib/tpl/docs/design.css
+++ b/lib/tpl/docs/design.css
@@ -29,11 +29,17 @@ div.notify {
background-position: .5em 50%;
}
+div.userinfo {
+ text-align: center;
+ font-size: 80%;
+ margin: .2em;
+}
+
div.license {
text-align: center;
font-size: 80%;
color: __text_other__;
- margin: .5em;
+ margin: .2em;
}
div.license a {
diff --git a/lib/tpl/docs/main.php b/lib/tpl/docs/main.php
index 9d005ba..0571cda 100644
--- a/lib/tpl/docs/main.php
+++ b/lib/tpl/docs/main.php
@@ -135,7 +135,6 @@ if (!defined('DOKU_INC')) die();
<?php tpl_button('revert')?>
</div>
<div class="bar-right" id="bar__bottomright">
- <?php tpl_userinfo()?>
<?php tpl_button('subscribe')?>
<?php tpl_button('admin')?>
<?php tpl_button('profile')?>
@@ -147,6 +146,7 @@ if (!defined('DOKU_INC')) die();
</div>
<?php tpl_flush()?>
+ <div class="userinfo"><?php tpl_userinfo()?></div>
<?php tpl_license(false);?>
</div>
More information about the Xfce4-commits
mailing list