~ubuntu-branches/ubuntu/intrepid/bugzilla/intrepid

« back to all changes in this revision

Viewing changes to skins/standard/index.css

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 /* The contents of this file are subject to the Mozilla Public
2
 
  * License Version 1.1 (the "License"); you may not use this file
3
 
  * except in compliance with the License. You may obtain a copy of
4
 
  * the License at http://www.mozilla.org/MPL/
5
 
  *
6
 
  * Software distributed under the License is distributed on an "AS
7
 
  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8
 
  * implied. See the License for the specific language governing
9
 
  * rights and limitations under the License.
10
 
  *
11
 
  * The Original Code is the Bugzilla Bug Tracking System.
12
 
  *
13
 
  * Contributor(s): Vitaly Harisov <vitaly@rathedg.com>
14
 
  */
15
 
 
16
 
/* index page (begin) */
17
 
 
18
 
    #page-index
19
 
    {
20
 
        padding: 0.2em 0.2em 0.15em 0.2em;
21
 
    }
22
 
 
23
 
    #page-index ul, #page-index li,
24
 
    #page-index p, #page-index form p
25
 
    {
26
 
        margin: 0;
27
 
        padding: 0;
28
 
    }
29
 
 
30
 
    #page-index ul
31
 
    {
32
 
        padding-bottom: 1em;
33
 
    }
34
 
 
35
 
    #page-index li
36
 
    {
37
 
        list-style: none;
38
 
    }
39
 
 
40
 
    #page-index p
41
 
    {
42
 
        padding-bottom: 0.5em;
43
 
    }
44
 
 
45
 
    /* Hide from NN4 */
46
 
    div#page-index .intro
47
 
    {
48
 
        width: 250px;
49
 
        height: 200px;
50
 
 
51
 
        margin-top: 2.3em;
52
 
        margin-right: 2.3em;
53
 
        float: right;
54
 
        background: transparent no-repeat url(index/front.png);
55
 
    }
56
 
 
57
 
    #page-index #report
58
 
    {
59
 
        padding-bottom: 1em;
60
 
    }
61
 
 
62
 
    #page-index #sidebar
63
 
    {
64
 
        padding-top: 1em;
65
 
    }
66
 
 
67
 
    #new_release
68
 
    {
69
 
        border: 2px solid red;
70
 
        padding: 0.5em 1em;
71
 
        margin: 1em;
72
 
        font-weight: bold;
73
 
    }
74
 
 
75
 
    #new_release .notice
76
 
    {
77
 
        font-size: 80%;
78
 
        font-weight: normal;
79
 
    }
80
 
 
81
 
    #welcome-admin a
82
 
    {
83
 
        font-weight: bold;
84
 
    }
85
 
/* index page (end) */