summaryrefslogtreecommitdiffstats
path: root/skins/standard/index.css
diff options
context:
space:
mode:
authorMary Umoh <umohm12@gmail.com>2017-06-21 22:18:56 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-21 22:18:56 +0200
commit74f15e52e9ac43d4e47d08337aa6574899c00090 (patch)
tree5efdff69fe72d2714670a70ad0d2a88f5733acfc /skins/standard/index.css
parentd6f40ea57141f9b94910eb7600efbe9c5e006249 (diff)
downloadbugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.gz
bugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.xz
Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css
* Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
Diffstat (limited to 'skins/standard/index.css')
-rw-r--r--skins/standard/index.css77
1 files changed, 58 insertions, 19 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css
index 1e440cb99..f7533c6c4 100644
--- a/skins/standard/index.css
+++ b/skins/standard/index.css
@@ -11,7 +11,7 @@
* The Original Code is the Bugzilla Bug Tracking System.
*
* Contributor(s): Vitaly Harisov <vitaly@rathedg.com>
- * Guy Pyrzak <guy.pyrzak@gmail.com>
+ * Guy Pyrzak <guy.pyrzak@gmail.com>
*/
/* index page (begin) */
@@ -19,7 +19,7 @@
#page-index
{
padding: 0.2em 0.2em 0.15em 0.2em;
- max-width: 1000px;
+ max-width: none;
}
/* By default these contain nothing, but these CSS rules make things
@@ -76,36 +76,30 @@
.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;
- }
-
+
#quicksearchForm
{
clear: both;
text-align: center;
margin-bottom: 2em;
}
-
+
#quicksearchForm #quicksearch_main
{
width: 27em;
}
-
+
#quicksearchForm
{
margin: 0;
padding: 0;
}
-
+
#page-index table{
border-collapse: collapse;
margin: auto;
}
-
+
#welcome
{
font-size: x-large;
@@ -114,30 +108,75 @@
margin: 0 0 0.8em 0;
padding: 0;
}
-
- ul.additional_links
+
+ ul.additional_links
{
list-style: none;
margin: 0;
padding: 0;
}
-
+
ul#quicksearch_links{
margin-bottom: 1em;
}
-
+
ul.additional_links li
{
display: inline;
}
-
+
ul.additional_links li.bz_default_hidden
{
display: none;
}
-
+
input.quicksearch_help_text
{
color: #ccc;
}
/* index page (end) */
+
+
+ #enter_bug
+ {
+ background: url(../../images/bugzilla-papericon.png) no-repeat;
+ }
+ #query
+ {
+ background: url(../../images/bugzilla-magnifier.png) no-repeat;
+ }
+ #account
+ {
+ background: url(../../images/bugzilla-person-alternate.png) no-repeat;
+ margin-right: 0;
+ }
+ #docs
+ {
+ background: url(../../images/bugzilla-questionmark2.png) no-repeat !important;
+ }
+
+ #page-index .intro { display: inline; }
+
+ #docs { background: url(../standard/index/help.png) no-repeat; }
+
+ .bz_common_actions
+ {
+ display: block;
+ height: 170px;
+ width: 145px;
+ float: left;
+ margin: 0 2ex 2em 0;
+ text-align: center;
+ }
+ .bz_common_actions span
+ {
+ position: relative;
+ top: 95%;
+ font-weight: bold;
+ }
+ .bz_common_actions,
+ .bz_common_actions:visited,
+ .bz_common_actions:hover
+ {
+ text-decoration: none;
+ }