summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-07 00:02:09 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-07 00:02:09 +0100
commitd4f65f36b7d31d50f39264882c5440b842429bba (patch)
tree29120f1496f249acedbd047f719514bdaf699baa /skins
parent32466314c46ac7fd87c411a4aa01691e75cab6a5 (diff)
downloadbugzilla-d4f65f36b7d31d50f39264882c5440b842429bba.tar.gz
bugzilla-d4f65f36b7d31d50f39264882c5440b842429bba.tar.xz
Bug 390955: Add some useful standard searches to the index page
r=dkl a=sgreen
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css6
-rw-r--r--skins/standard/index.css23
2 files changed, 21 insertions, 8 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index d10fac026..cf4fe57bf 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -259,6 +259,12 @@ div#docslinks {
margin: 0;
}
+.rss {
+ background: transparent url(../../images/rss.png) no-repeat;
+ padding-left: 16px;
+ line-height: 1.5em;
+}
+
/**************************/
/* Bug links and statuses */
/**************************/
diff --git a/skins/standard/index.css b/skins/standard/index.css
index 595692025..bfe0b2ab8 100644
--- a/skins/standard/index.css
+++ b/skins/standard/index.css
@@ -68,13 +68,11 @@
.bz_common_actions a:hover {
text-decoration: none;
}
- #enter_bug { background: url(index/file-a-bug.png) no-repeat; }
- #query { background: url(index/search.png) no-repeat; }
- #account {
- background: url(index/new-account.png) no-repeat;
- margin-right: 0;
- }
-
+ #enter_bug { background: url(index/file-a-bug.png) no-repeat; }
+ #query { background: url(index/search.png) no-repeat; }
+ #account { background: url(index/new-account.png) no-repeat; }
+ #help { background: url(index/help.png) no-repeat; }
+
#quicksearchForm
{
clear: both;
@@ -106,7 +104,16 @@
margin: 0 0 0.8em 0;
padding: 0;
}
-
+
+ #common_queries ul {
+ list-style: none;
+ padding-left: 1.5em;
+ }
+
+ #common_queries li a {
+ text-decoration: none;
+ }
+
ul.additional_links
{
list-style: none;