Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/media/css/ie.css
blob: 6514c1ab7316b9df91f05bc0eb5e1f06110e35d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
Internet Explorer fixes
Original Author: Richard Rutter, clearleft.com
*/

body {
    font-size: 87.5%; /* assume 16px by default and transform to 14px */
}

form fieldset .container {
    top: -0.692em; /* fudge to deal with IE fieldset margin/padding */
}

.button /* fixes buttons looking squiffy in IE7 */ {
    display: block;
    float: left;
}

#footer .secondary img {
    width: auto;
}

.expanded-search-form .advanced {
    padding-top: 1em;
}

/** Search form **/
.search-form .basic {
    min-height: 3em;
}
/** END Search form **/

/** add-on details page **/
.addon-cats li {
    padding: 0 .5em;
    margin: 0;
    border-left: 1px solid #444;
}
.addon-cats li.first {
    padding-left: 0;
    border-left: none;
}
.addon-cats li:after {
    content: "";
}

.highlight .more-info {
    /* More categories links */
    clear: left;
    display: block;
    float: none;
}
/** END add-on details page **/

/** Collection barometer fixes **/
.barometer .bars,
.barometer .upbar, .barometer .downbar,
.barometer .upvotes, .barometer .downvotes {
    float: left;
}

.html-rtl .barometer .bars,
.html-rtl .barometer .upbar, .html-rtl .barometer .downbar,
.html-rtl .barometer .upvotes, .html-rtl .barometer .downvotes {
    float: right;
}

.html-rtl .barometer {
    clear: right;
}

.barometer .bars {
    width: 7em;
}

.item .barometer .bars {
    width: 5em;
}
/** END Collection barometer fixes **/

/* .teaser-items li:not(:first-child) */
.teaser-items li {
    display: none;
}

#t-introduction {
    display: list-item;
}

.collections-landing {
    background-image: url(../../img/amo2009/illustrations/logo-collections-220x270.png);
    background-position: 95% 30px;
}