some small adaptations to make 2.1a3 look alright
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
CommitLineData
a064a540
RK
1@namespace html url(http://www.w3.org/1999/xhtml);
2
3/* These styles affect only the bound element, not other page content. */
4
5.mainBox {
6 text-align: center;
7 background-color: #CCD0DD;
8 color: #000000;
9 -moz-border-radius: 12px;
10 /* recessed effect with 'disabled' shadow */
11 -moz-box-shadow: inset 0 1px 5px #808080;
12 padding: 5px;
13 -moz-user-select: none;
14}
15
16html|a {
17 color: #000000;
18}
19
20.icon {
21 min-width: 48px;
22 min-height: 48px;
23 background-position: center;
24 background-repeat: no-repeat;
25}
26:-moz-type-unsupported .icon {
d15f39a1 27 background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
a064a540
RK
28}
29:-moz-handler-disabled .icon {
d15f39a1 30 background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
a064a540
RK
31}
32:-moz-handler-blocked .icon {
d15f39a1 33 background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
a064a540
RK
34}
35:-moz-handler-crashed .icon {
d15f39a1 36 background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
a064a540
RK
37}
38
39.throbber {
40 padding-left: 16px; /* width of the background image */
41 background: url("chrome://global/skin/icons/loading.gif") no-repeat;
42 margin-left: 5px;
43}
44
45.msg {
46 font-size: 12px;
47 cursor: default;
48}
49
c0fb45ea
RK
50.submitStatus div {
51 min-height: 19px; /* height of biggest line (with throbber) */
52}
53
a064a540
RK
54.msgBottomLinks {
55 padding-left: 2px;
56 padding-right: 2px;
57}
58
a064a540
RK
59.helpIcon {
60 float: left;
61 display: inline-block;
62 min-width: 16px;
63 min-height: 16px;
64 background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
65}