|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 #filler { |
|
6 -moz-margin-start: -8px; |
|
7 -moz-margin-end: -10px; |
|
8 } |
|
9 |
|
10 #iconContainer { |
|
11 -moz-box-pack: center; |
|
12 min-height: 55px; /* maximum icon height + icon margin */ |
|
13 min-width: 58px; /* maximum icon width + icon margin */ |
|
14 } |
|
15 |
|
16 #info\.icon { |
|
17 max-width: 48px; |
|
18 max-height: 48px; |
|
19 /* The 'spaced' class does this already. It's repeated here to make it clearer |
|
20 what margin values the #iconContainer's min-height and max-height depend on: */ |
|
21 margin: 3px 5px 4px; |
|
22 } |