1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/linux/preferences/aboutPermissions.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,116 @@ 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 +@import url("chrome://global/skin/inContentUI.css"); 1.9 + 1.10 + 1.11 +/* sites box */ 1.12 + 1.13 +#sites-box { 1.14 + padding: 10px; 1.15 + width: 25em; 1.16 +} 1.17 + 1.18 +#sites-filter { 1.19 + margin: 0; 1.20 +} 1.21 + 1.22 +#sites-list { 1.23 + margin: 5px 0 0 0; 1.24 +} 1.25 + 1.26 +.site { 1.27 + padding: 4px; 1.28 + border-bottom: 1px solid ThreeDLightShadow; 1.29 +} 1.30 + 1.31 +.site-favicon { 1.32 + height: 16px; 1.33 + width: 16px; 1.34 + -moz-margin-end: 4px; 1.35 + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); 1.36 +} 1.37 + 1.38 +#all-sites-item > .site-container > .site-favicon { 1.39 + list-style-image: none; 1.40 +} 1.41 + 1.42 +/* permissions box */ 1.43 + 1.44 +#permissions-box { 1.45 + padding-top: 10px; 1.46 + overflow-y: auto; 1.47 +} 1.48 + 1.49 +#site-description { 1.50 + font-size: 125%; 1.51 + -moz-margin-start: 6px; /* to match button margin */ 1.52 +} 1.53 + 1.54 +#site-label { 1.55 + font-weight: bold; 1.56 + margin-top: 0; 1.57 + margin-bottom: 0; 1.58 +} 1.59 + 1.60 +#defaults-description { 1.61 + font-size: 125%; 1.62 + font-weight: bold; 1.63 + -moz-margin-start: 6px; 1.64 +} 1.65 + 1.66 +.pref-item { 1.67 + margin-bottom: 10px; 1.68 +} 1.69 + 1.70 +.pref-icon { 1.71 + width: 36px; 1.72 + height: 36px; 1.73 + -moz-margin-end: 10px; 1.74 +} 1.75 + 1.76 +.pref-icon[type="password"] { 1.77 + list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png); 1.78 +} 1.79 +.pref-icon[type="cookie"] { 1.80 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.81 +} 1.82 +.pref-icon[type="geo"] { 1.83 + list-style-image: url(chrome://browser/skin/Geolocation-64.png); 1.84 +} 1.85 +.pref-icon[type="indexedDB"] { 1.86 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.87 +} 1.88 +.pref-icon[type="install"] { 1.89 + list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png); 1.90 +} 1.91 +.pref-icon[type="popup"] { 1.92 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.93 +} 1.94 +.pref-icon[type="image"] { 1.95 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.96 +} 1.97 +.pref-icon[type="plugins"] { 1.98 + list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png); 1.99 +} 1.100 +.pref-icon[type="fullscreen"] { 1.101 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.102 +} 1.103 +.pref-icon[type="camera"] { 1.104 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.105 +} 1.106 +.pref-icon[type="microphone"] { 1.107 + list-style-image: url(chrome://global/skin/icons/question-64.png); 1.108 +} 1.109 + 1.110 +.pref-title { 1.111 + font-size: 125%; 1.112 + margin-bottom: 0; 1.113 + font-weight: bold; 1.114 +} 1.115 + 1.116 +.pref-menulist { 1.117 + margin-left: 6px; 1.118 + margin-right: 6px; 1.119 +}