summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-12-06 09:50:35 +0100
committerAleksander Machniak <alec@alec.pl>2012-12-06 09:51:39 +0100
commit04acc75f774f8bc6292f574375b6a2f23b3ac0d4 (patch)
tree1cc40b6132d44c6f4128b8ee4be9bdafb8666976
parentc7ff6ec2cb985061438e5b68cfc5691b5a86422c (diff)
Replace topline container with topline-left, topline-center, topline-right containers (#1488846)
-rw-r--r--skins/larry/includes/header.html6
-rw-r--r--skins/larry/styles.css1
2 files changed, 4 insertions, 3 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html
index 4be475bac..2620fafe5 100644
--- a/skins/larry/includes/header.html
+++ b/skins/larry/includes/header.html
@@ -1,13 +1,15 @@
<div id="header">
<div id="topline">
<div class="topleft">
+ <roundcube:container name="topline-left" id="topline-left" />
<roundcube:button name="about" type="link" label="about" class="about-link" onclick="UI.show_about(this);return false" />
<roundcube:if condition="config:support_url" />
<a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link" id="supportlink"><roundcube:label name="support" /></a>
<roundcube:endif />
</div>
-
+ <roundcube:container name="topline-center" id="topline-center" />
<div class="topright">
+ <roundcube:container name="topline-right" id="topline-right" />
<roundcube:if condition="!env:extwin" />
<span class="username"><roundcube:object name="username" /></span>
<roundcube:button command="logout" label="logout" class="button-logout" />
@@ -15,8 +17,6 @@
<roundcube:button command="close" label="close" class="closelink" />
<roundcube:endif />
</div>
-
- <roundcube:container name="topline" id="topline" />
</div>
<roundcube:if condition="!env:extwin" />
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index b4a4d81e1..f3b02779e 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -510,6 +510,7 @@ a.iconlink.upload {
border-bottom: 1px solid #4f4f4f;
padding: 2px 0 2px 10px;
color: #aaa;
+ text-align: center;
}
#topnav {