1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/linux/global/commonDialog.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 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 +#filler { 1.9 + -moz-margin-start: -8px; 1.10 + -moz-margin-end: -10px; 1.11 +} 1.12 + 1.13 +#iconContainer { 1.14 + -moz-box-pack: center; 1.15 + min-height: 55px; /* maximum icon height + icon margin */ 1.16 + min-width: 58px; /* maximum icon width + icon margin */ 1.17 +} 1.18 + 1.19 +#info\.icon { 1.20 + max-width: 48px; 1.21 + max-height: 48px; 1.22 + /* The 'spaced' class does this already. It's repeated here to make it clearer 1.23 + what margin values the #iconContainer's min-height and max-height depend on: */ 1.24 + margin: 3px 5px 4px; 1.25 +}