1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/global/dialog.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,77 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.9 + 1.10 +#commonDialog > image { 1.11 + -moz-margin-end: 14px !important; 1.12 +} 1.13 + 1.14 +#commonDialog > .dialog-button-box { 1.15 + -moz-margin-start: 80px; 1.16 +} 1.17 + 1.18 +dialog { 1.19 + -moz-appearance: dialog; 1.20 + padding: 14px; 1.21 +} 1.22 + 1.23 +/* ::::: dialog buttons ::::: */ 1.24 + 1.25 +.dialog-button { 1.26 + font: menu; 1.27 +} 1.28 + 1.29 +/* ::::: dialog header ::::: */ 1.30 + 1.31 +dialogheader { 1.32 + margin: 0 5px 5px; 1.33 + padding: 5px 8px; 1.34 +} 1.35 + 1.36 +.dialogheader-title { 1.37 + margin: 0 !important; 1.38 + font-size: larger; 1.39 + font-weight: bold; 1.40 + display: none; 1.41 +} 1.42 + 1.43 +/* ::::: large dialog header ::::: */ 1.44 + 1.45 +.header-large { 1.46 + -moz-box-orient: vertical; 1.47 + margin: -14px -14px 0; 1.48 + padding: 12px; 1.49 + -moz-padding-end: 5px; 1.50 + -moz-padding-start: 25px; 1.51 +} 1.52 + 1.53 +.header-large > .dialogheader-title { 1.54 + font: inherit; 1.55 + font-weight: bold; 1.56 +} 1.57 + 1.58 +.header-large > .dialogheader-description { 1.59 + margin-left: 12px !important; 1.60 +} 1.61 + 1.62 +.dialogheader-description { 1.63 + font-weight: bold !important; 1.64 +} 1.65 + 1.66 +.dialogheader-title { 1.67 + font-weight: bold !important; 1.68 +} 1.69 + 1.70 +/*XXX - belongs to toolkit/content/finddialog.xul: */ 1.71 + 1.72 +#findDialog, 1.73 +#findDialog > menu, 1.74 +#findDialog > groupbox { 1.75 + font: menu !important; 1.76 +} 1.77 + 1.78 +#dialog\.caseSensitive { 1.79 + margin-top: 8px; 1.80 +}