toolkit/themes/osx/global/dialog.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:d241cdfd629f
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 #commonDialog > image {
8 -moz-margin-end: 14px !important;
9 }
10
11 #commonDialog > .dialog-button-box {
12 -moz-margin-start: 80px;
13 }
14
15 dialog {
16 -moz-appearance: dialog;
17 padding: 14px;
18 }
19
20 /* ::::: dialog buttons ::::: */
21
22 .dialog-button {
23 font: menu;
24 }
25
26 /* ::::: dialog header ::::: */
27
28 dialogheader {
29 margin: 0 5px 5px;
30 padding: 5px 8px;
31 }
32
33 .dialogheader-title {
34 margin: 0 !important;
35 font-size: larger;
36 font-weight: bold;
37 display: none;
38 }
39
40 /* ::::: large dialog header ::::: */
41
42 .header-large {
43 -moz-box-orient: vertical;
44 margin: -14px -14px 0;
45 padding: 12px;
46 -moz-padding-end: 5px;
47 -moz-padding-start: 25px;
48 }
49
50 .header-large > .dialogheader-title {
51 font: inherit;
52 font-weight: bold;
53 }
54
55 .header-large > .dialogheader-description {
56 margin-left: 12px !important;
57 }
58
59 .dialogheader-description {
60 font-weight: bold !important;
61 }
62
63 .dialogheader-title {
64 font-weight: bold !important;
65 }
66
67 /*XXX - belongs to toolkit/content/finddialog.xul: */
68
69 #findDialog,
70 #findDialog > menu,
71 #findDialog > groupbox {
72 font: menu !important;
73 }
74
75 #dialog\.caseSensitive {
76 margin-top: 8px;
77 }

mercurial