[Xfce4-commits] [www/www.xfce.org] 01/01: Add styling for "Changes submitted" notification messages in Bugzilla (Bug: #13759)
noreply at xfce.org
noreply at xfce.org
Sun Dec 17 23:56:21 CET 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/www.xfce.org.
commit 9c01ef4fd259e56343da976730908943586a7ee9
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Mon Dec 18 00:55:41 2017 +0200
Add styling for "Changes submitted" notification messages in Bugzilla (Bug: #13759)
---
style/site_bugzilla.css | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/style/site_bugzilla.css b/style/site_bugzilla.css
index 0a11d33..dcc4dc2 100644
--- a/style/site_bugzilla.css
+++ b/style/site_bugzilla.css
@@ -890,6 +890,29 @@ body #comments pre.bz_comment_text {
border-left: 7px solid rgba( 0, 220, 0, 1 );
}
+/* "Changes submitted" notification messages */
+
+#article > dl:first-child {
+ margin: 0 0 2em 0;
+ background-color: #f3f3f3;
+}
+ #article > dl:first-child > dt:first-child {
+ padding: 0.5em 1em;
+ background-color: #e0e0e0;
+ }
+ #article > dl:first-child > dd {
+ margin: 0;
+ padding: 0.5em 1em;
+ }
+ #article > dl:first-child > dd dt,
+ #article > dl:first-child > dd dd {
+ margin: 0;
+ display: inline;
+ }
+ #article > dl:first-child > dd code {
+ font-family: 'Noto Sans', sans-serif;
+ font-size: 100%;
+ }
/* ... */
.enter_bug_form hr {
@@ -905,4 +928,4 @@ body #comments pre.bz_comment_text {
.bz_bug #bugzilla-body th {
vertical-align: middle;
-}
+}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list