browser/themes/linux/syncSetup.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/linux/syncSetup.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,127 @@
     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 +wizard {
     1.9 +  -moz-appearance: none;
    1.10 +  width: 55em;
    1.11 +  height: 45em;
    1.12 +  padding: 0;
    1.13 +  background-color: Window;
    1.14 +}
    1.15 +
    1.16 +.wizard-page-box {
    1.17 +  -moz-appearance: none;
    1.18 +  padding-left: 0;
    1.19 +  padding-right: 0;
    1.20 +  margin: 0;
    1.21 +}
    1.22 +
    1.23 +wizardpage {
    1.24 +  -moz-box-pack: center;
    1.25 +  -moz-box-align: center;
    1.26 +  margin: 0;
    1.27 +  padding: 0 6em;
    1.28 +  background-color: Window;
    1.29 +}
    1.30 +
    1.31 +.wizard-header {
    1.32 +  -moz-appearance: none;
    1.33 +  border: none;
    1.34 +  padding: 2em 0 1em 0;
    1.35 +  text-align: center;
    1.36 +}
    1.37 +.wizard-header-label {
    1.38 +  font-size: 24pt;
    1.39 +  font-weight: normal;
    1.40 +}
    1.41 +
    1.42 +.wizard-buttons {
    1.43 +  background-color: rgba(0,0,0,0.1);
    1.44 +  padding: 1em;
    1.45 +}
    1.46 +
    1.47 +.wizard-buttons-separator {
    1.48 +  visibility: collapse;
    1.49 +}
    1.50 +
    1.51 +.wizard-header-icon {
    1.52 +  visibility: collapse;
    1.53 +}
    1.54 +
    1.55 +.accountChoiceButton {
    1.56 +  font: menu;
    1.57 +}
    1.58 +
    1.59 +.confirm {
    1.60 +  border: 1px solid black;
    1.61 +  padding: 1em;
    1.62 +  border-radius: 5px;
    1.63 +}
    1.64 +
    1.65 +/* Override the text-link style from global.css */
    1.66 +description > .text-link,
    1.67 +description > .text-link:focus {
    1.68 +  margin: 0px;
    1.69 +  padding: 0px;
    1.70 +  border: 0px;
    1.71 +}
    1.72 +
    1.73 +
    1.74 +.success,
    1.75 +.error {
    1.76 +  padding: 2px;
    1.77 +  border-radius: 2px;
    1.78 +}
    1.79 +
    1.80 +.error {
    1.81 +  background-color: #FF0000 !important;
    1.82 +  color: #FFFFFF !important;
    1.83 +}
    1.84 +
    1.85 +.success {
    1.86 +  background-color: #00FF00 !important;
    1.87 +}
    1.88 +
    1.89 +.warning {
    1.90 +  font-weight: bold;
    1.91 +  font-size: 100%;
    1.92 +  color: red;
    1.93 +}
    1.94 +
    1.95 +.mainDesc {
    1.96 +  font-weight: bold;
    1.97 +  font-size: 100%;
    1.98 +}
    1.99 +
   1.100 +.normal {
   1.101 +  font-size: 100%;
   1.102 +}
   1.103 +
   1.104 +.inputColumn {
   1.105 +  -moz-margin-end: 2px
   1.106 +}
   1.107 +
   1.108 +.pin {
   1.109 +  font-size: 18pt;
   1.110 +  width: 4em;
   1.111 +  text-align: center; 
   1.112 +}
   1.113 +
   1.114 +#passphraseHelpSpacer {
   1.115 +  width: 0.5em;
   1.116 +}
   1.117 +
   1.118 +#pairDeviceThrobber > image,
   1.119 +#login-throbber > image {
   1.120 +  list-style-image: url("chrome://global/skin/icons/loading_16.png");
   1.121 +}
   1.122 +
   1.123 +#captchaFeedback {
   1.124 +  visibility: hidden;
   1.125 +}
   1.126 +
   1.127 +#successPageIcon {
   1.128 +  /* TODO replace this with a 128px version (bug 591122) */
   1.129 +  list-style-image: url("chrome://browser/skin/sync-32.png");
   1.130 +}

mercurial