[Xfce4-commits] [www/bugzilla.xfce.org] 01/01: Make sure the header font isn't overridden.
noreply at xfce.org
noreply at xfce.org
Tue Jun 20 23:23:50 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 a1c38f2c51c2e723515ae909692973581e633a81
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Wed Jun 21 00:23:34 2017 +0300
Make sure the header font isn't overridden.
---
skins/contrib/Xfce/global.css | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/skins/contrib/Xfce/global.css b/skins/contrib/Xfce/global.css
index 0aea6f5..6c15d16 100644
--- a/skins/contrib/Xfce/global.css
+++ b/skins/contrib/Xfce/global.css
@@ -1,4 +1,4 @@
-body * {
+#bugzilla-body * {
font-family: 'Noto Sans', sans-serif !important;
box-sizing: border-box;
}
@@ -111,6 +111,9 @@ input[type="checkbox"] {
input[type="checkbox"]:checked {
opacity: 1;
}
+ #header input[type="checkbox"] {
+ float: none;
+ }
/*
@@ -126,6 +129,7 @@ input[type="checkbox"] {
position: fixed;
top: 0;
z-index: 2000;
+ box-shadow: 0 0 0.1em rgba( 0, 0, 0, 0.4 );
}
#header #titles {
/* Used in the default template... */
@@ -192,7 +196,7 @@ input[type="checkbox"] {
}
#header .links-dropdown ul {
position: absolute;
- top: 2.3em;
+ top: 2.1em;
right: 0;
display: none;
border: 1px solid rgba( 0, 0, 0, 0.2 );
@@ -606,7 +610,7 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus {
.bz_CLOSED .bz_short_desc_column,
.bz_RESOLVED .bz_short_desc_column,
.bz_VERIFIED .bz_short_desc_column {
- padding-left: 0;
+ padding-left: 0.4em;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list