[Xfce4-commits] [www/bugzilla.xfce.org] 01/01: Fix account-related links for users not logged in.
noreply at xfce.org
noreply at xfce.org
Wed Jun 7 23:02:23 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/bugzilla.xfce.org.
commit 4a910e35a719c5bb7d66534912827517ce1fc6aa
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Thu Jun 8 00:01:52 2017 +0300
Fix account-related links for users not logged in.
---
skins/contrib/Xfce/global.css | 7 +++++++
template/en/custom/global/common-links_XFCE.html.tmpl | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/skins/contrib/Xfce/global.css b/skins/contrib/Xfce/global.css
index 85ce312..0aea6f5 100644
--- a/skins/contrib/Xfce/global.css
+++ b/skins/contrib/Xfce/global.css
@@ -259,6 +259,13 @@ input[type="checkbox"] {
.links.links-primary {
float: left;
}
+ #header .links.links-secondary {
+ float: right;
+ padding: 0.45em 1em;
+ }
+ .links.links-secondary li {
+ padding: 0.45em 0;
+ }
/*
* Bug navigation and messages
diff --git a/template/en/custom/global/common-links_XFCE.html.tmpl b/template/en/custom/global/common-links_XFCE.html.tmpl
index 4025baa..23fee9c 100644
--- a/template/en/custom/global/common-links_XFCE.html.tmpl
+++ b/template/en/custom/global/common-links_XFCE.html.tmpl
@@ -72,7 +72,7 @@
</li>
</ul>
[% ELSE %]
- <ul class="links-right">
+ <ul class="links links-secondary">
[% PROCESS link_to_documentation %]
[% IF Param('createemailregexp')
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list