[bugzilla-gnome-org-customizations/production] Style bug title and comment heading on bug report page (partially fixes bug #744410)



commit 0d3168ab684b085faa7a5a8cd70c29d8ea796add
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Sun Mar 12 12:38:56 2017 +0200

    Style bug title and comment heading on bug report page (partially fixes bug #744410)

 skins/contrib/Gnome/global.css |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/skins/contrib/Gnome/global.css b/skins/contrib/Gnome/global.css
index df4c71e..75c4b12 100644
--- a/skins/contrib/Gnome/global.css
+++ b/skins/contrib/Gnome/global.css
@@ -146,6 +146,32 @@ select, select[multiple] {
 
 /* BZ bug page*/
 
+/* Bug report Heading */
+
+.bz_bug .bz_alias_short_desc_container,
+.bz_alias_short_desc_container {
+    font-weight: normal;
+    border-radius: 2px;
+    display: inline-block;
+    width: 100%;
+}
+
+.bz_alias_short_desc_container span {
+    vertical-align: middle;
+}
+
+.bz_alias_short_desc_container a {
+    vertical-align: middle;
+}
+
+/* Comment Heading */
+
+.bz_first_comment_head,
+.bz_comment_head {
+   padding: 6px;
+   border-radius: 2px;
+}
+
 /* Attachment and Tracking time table */
 
 #attachment_table th,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]