1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/osx/preferences/preferences.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,249 @@ 1.4 +/* 1.5 +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 +*/ 1.10 + 1.11 +%include ../../../../toolkit/themes/osx/global/shared.inc 1.12 + 1.13 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.14 +@namespace html url("http://www.w3.org/1999/xhtml"); 1.15 + 1.16 +.windowDialog { 1.17 + padding: 12px; 1.18 + font: -moz-dialog; 1.19 +} 1.20 + 1.21 +.paneSelector { 1.22 + list-style-image: url("chrome://browser/skin/preferences/Options.png"); 1.23 +} 1.24 + 1.25 +/* ----- GENERAL BUTTON ----- */ 1.26 + 1.27 +radio[pane=paneGeneral], 1.28 +radio[pane=paneMain] { 1.29 + -moz-image-region: rect(0px, 32px, 32px, 0px); 1.30 +} 1.31 + 1.32 +/* ----- TABS BUTTON ----- */ 1.33 + 1.34 +radio[pane=paneTabs] { 1.35 + -moz-image-region: rect(0px, 64px, 32px, 32px); 1.36 +} 1.37 + 1.38 +/* ----- CONTENT BUTTON ----- */ 1.39 + 1.40 +radio[pane=paneContent] { 1.41 + -moz-image-region: rect(0px, 96px, 32px, 64px); 1.42 +} 1.43 + 1.44 +/* ----- APPLICATIONS BUTTON ----- */ 1.45 + 1.46 +radio[pane=paneApplications] { 1.47 + -moz-image-region: rect(0px, 128px, 32px, 96px); 1.48 +} 1.49 + 1.50 +/* ----- PRIVACY BUTTON ----- */ 1.51 + 1.52 +radio[pane=panePrivacy] { 1.53 + -moz-image-region: rect(0px, 160px, 32px, 128px); 1.54 +} 1.55 + 1.56 +/* ----- SECURITY BUTTON ----- */ 1.57 + 1.58 +radio[pane=paneSecurity] { 1.59 + -moz-image-region: rect(0px, 192px, 32px, 160px); 1.60 +} 1.61 + 1.62 +/* ----- ADVANCED BUTTON ----- */ 1.63 + 1.64 +radio[pane=paneAdvanced] { 1.65 + -moz-image-region: rect(0px, 224px, 32px, 192px); 1.66 +} 1.67 + 1.68 +%ifdef MOZ_SERVICES_SYNC 1.69 +/* ----- SYNC BUTTON ----- */ 1.70 + 1.71 +radio[pane=paneSync] { 1.72 + list-style-image: url("chrome://browser/skin/preferences/Options-sync.png"); 1.73 +} 1.74 +%endif 1.75 + 1.76 +label.small { 1.77 + font-size: smaller; 1.78 +} 1.79 + 1.80 +/* ----- APPLICATIONS PREFPANE ----- */ 1.81 +#BrowserPreferences[animated="true"] #handlersView { 1.82 + height: 25em; 1.83 +} 1.84 + 1.85 +#BrowserPreferences[animated="false"] #handlersView { 1.86 + -moz-box-flex: 1; 1.87 +} 1.88 + 1.89 +description { 1.90 + font: small-caption; 1.91 + font-weight: normal; 1.92 + line-height: 1.3em; 1.93 + margin-bottom: 4px !important; 1.94 +} 1.95 + 1.96 +prefpane .groupbox-body { 1.97 + -moz-appearance: none; 1.98 + padding: 8px 4px 4px 4px; 1.99 +} 1.100 + 1.101 +#paneTabs > groupbox { 1.102 + margin: 0; 1.103 +} 1.104 + 1.105 +#tabPrefsBox { 1.106 + margin: 12px 4px; 1.107 +} 1.108 + 1.109 +prefpane .groupbox-title { 1.110 + background: url("chrome://global/skin/50pct_transparent_grey.png") repeat-x bottom left; 1.111 + margin-bottom: 4px; 1.112 +} 1.113 + 1.114 +tabpanels { 1.115 + padding: 20px 7px 7px; 1.116 +} 1.117 + 1.118 +caption { 1.119 + -moz-padding-start: 5px; 1.120 + padding-top: 4px; 1.121 + padding-bottom: 2px; 1.122 +} 1.123 + 1.124 +#paneMain description, 1.125 +#paneContent description, 1.126 +#paneAdvanced description, 1.127 +#paneSecurity description { 1.128 + font: -moz-dialog; 1.129 +} 1.130 + 1.131 +#paneContent { 1.132 + padding-top: 8px; 1.133 +} 1.134 + 1.135 +#paneContent row { 1.136 + padding: 2px 4px; 1.137 + -moz-box-align: center; 1.138 +} 1.139 + 1.140 +#popupPolicyRow, 1.141 +#enableSoftwareInstallRow, 1.142 +#enableImagesRow { 1.143 + margin-bottom: 4px !important; 1.144 + padding-bottom: 4px !important; 1.145 + border-bottom: 1px solid #ccc; 1.146 +} 1.147 + 1.148 +#browserUseCurrent, 1.149 +#browserUseBookmark, 1.150 +#browserUseBlank { 1.151 + margin-top: 10px; 1.152 +} 1.153 + 1.154 +#advancedPrefs { 1.155 + margin: 0 8px; 1.156 +} 1.157 + 1.158 +#privacyPrefs { 1.159 + padding: 0 4px; 1.160 +} 1.161 + 1.162 +#privacyPrefs > tabpanels { 1.163 + padding: 18px 10px 10px; 1.164 +} 1.165 + 1.166 +#OCSPDialogPane { 1.167 + font: message-box !important; 1.168 +} 1.169 + 1.170 +/** 1.171 + * Privacy Pane 1.172 + */ 1.173 + 1.174 +html|a.inline-link { 1.175 + color: -moz-nativehyperlinktext; 1.176 + text-decoration: none; 1.177 +} 1.178 + 1.179 +html|a.inline-link:hover { 1.180 + text-decoration: underline; 1.181 +} 1.182 + 1.183 +html|a.inline-link:-moz-focusring { 1.184 + outline-width: 0; 1.185 + box-shadow: @focusRingShadow@; 1.186 +} 1.187 + 1.188 +/** 1.189 + * Update Preferences 1.190 + */ 1.191 +#autoInstallOptions { 1.192 + -moz-margin-start: 20px; 1.193 +} 1.194 + 1.195 +.updateControls { 1.196 + -moz-margin-start: 10px; 1.197 +} 1.198 + 1.199 +/** 1.200 + * Clear Private Data 1.201 + */ 1.202 +#SanitizeDialogPane > groupbox { 1.203 + margin-top: 0; 1.204 +} 1.205 + 1.206 + 1.207 +%ifdef MOZ_SERVICES_SYNC 1.208 +/* ----- SYNC PANE ----- */ 1.209 + 1.210 +#syncDesc { 1.211 + padding: 0 8em; 1.212 +} 1.213 + 1.214 +#accountCaptionImage { 1.215 + list-style-image: url("chrome://mozapps/skin/profile/profileicon.png"); 1.216 +} 1.217 + 1.218 +#syncAddDeviceLabel { 1.219 + margin-top: 1em; 1.220 + margin-bottom: 1em; 1.221 +} 1.222 + 1.223 +#fxaUnlinkButton { 1.224 + margin: 0; 1.225 +} 1.226 + 1.227 +#noFxaAccount { 1.228 + margin: 12px 4px; 1.229 + line-height: 1.2em; 1.230 +} 1.231 + 1.232 +#noFxaAccount > label:first-child { 1.233 + margin-bottom: 0.6em; 1.234 +} 1.235 + 1.236 +#fxa-pweng-help-link > label { 1.237 + margin: 0; 1.238 +} 1.239 + 1.240 +#fxa-pweng-help-link > image { 1.241 + width: 16px; 1.242 + height: 16px; 1.243 + list-style-image: url("chrome://global/skin/icons/question-16.png"); 1.244 +} 1.245 + 1.246 +@media (min-resolution: 2dppx) { 1.247 + #fxa-pweng-help-link > image { 1.248 + list-style-image: url("chrome://global/skin/icons/question-32.png"); 1.249 + } 1.250 +} 1.251 + 1.252 +%endif