Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
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/. */
5 #filler {
6 -moz-margin-start: -8px;
7 -moz-margin-end: -10px;
8 }
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 }
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 }