1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/shared/aboutNetworking.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,60 @@ 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 +body { 1.9 + min-width: 330px; 1.10 + max-width: 100%; 1.11 + min-height: 330px; 1.12 + max-height: 100%; 1.13 +} 1.14 + 1.15 +#menu { 1.16 + position: absolute; 1.17 + top: 5px; 1.18 + color: gray; 1.19 +} 1.20 + 1.21 +.warningBackground { 1.22 + display: none; 1.23 + background: -moz-Dialog; 1.24 + width:100%; 1.25 + height:100%; 1.26 + z-index:10; 1.27 + top:0; 1.28 + left:0; 1.29 + position:fixed; 1.30 +} 1.31 + 1.32 +.warningMessage { 1.33 + color: -moz-FieldText; 1.34 + position: relative; 1.35 + min-width: 330px; 1.36 + max-width: 50em; 1.37 + margin: 4em auto; 1.38 + border: 1px solid ThreeDShadow; 1.39 + border-radius: 10px; 1.40 + padding: 3em; 1.41 + -moz-padding-start: 30px; 1.42 + background: -moz-Field; 1.43 + margin-left: auto; 1.44 + text-align: center; 1.45 +} 1.46 + 1.47 +.tab { 1.48 + display: none; 1.49 +} 1.50 + 1.51 +.active { 1.52 + display: block; 1.53 +} 1.54 + 1.55 +#menu .selected { 1.56 + color: blue; 1.57 +} 1.58 + 1.59 +#refreshdiv { 1.60 + top: 5px; 1.61 + position: absolute; 1.62 + right: 30px; 1.63 +}