[bugzilla-gnome-org-customizations/production] Do not show Hardware field/dropdown on query.cgi and show_bug.cgi



commit eb3b43bf4253823d81eddf942f3348d10a14bdf6
Author: Andre Klapper <aklapper wikimedia org>
Date:   Tue Feb 24 21:28:42 2015 +0100

    Do not show Hardware field/dropdown on query.cgi and show_bug.cgi
    
    Hiding via CSS.
    
    Bug 743027

 skins/contrib/Gnome/global.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/skins/contrib/Gnome/global.css b/skins/contrib/Gnome/global.css
index ded5429..0b0cdc6 100644
--- a/skins/contrib/Gnome/global.css
+++ b/skins/contrib/Gnome/global.css
@@ -25,3 +25,8 @@
         text-decoration: none;
         color: #222222;
     }
+
+    /* Do not display Platform/Hardware field on query.cgi and show_bug.cgi - bug 743027 */
+    #container_rep_platform, #rep_platform {
+        display: none;
+    }


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