This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 9c01ef4fd259e56343da976730908943586a7ee9
Author: Pasi Lallinaho <p...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to