toolkit/themes/osx/global/dialog.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial