toolkit/themes/osx/mozapps/extensions/newaddon.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/mozapps/extensions/newaddon.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,112 @@
     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 +%include ../../global/shared.inc
     1.9 +
    1.10 +@import url("chrome://global/skin/inContentUI.css");
    1.11 +
    1.12 +#addon-page {
    1.13 +  padding: 0;
    1.14 +}
    1.15 +
    1.16 +#addon-scrollbox {
    1.17 +  overflow: auto;
    1.18 +  -moz-box-orient: vertical;
    1.19 +  -moz-box-flex: 1;
    1.20 +}
    1.21 +
    1.22 +#spacer-start {
    1.23 +  -moz-box-flex: 1;
    1.24 +}
    1.25 +
    1.26 +#spacer-end {
    1.27 +  -moz-box-flex: 3;
    1.28 +}
    1.29 +
    1.30 +#addon-container {
    1.31 +  overflow: visible;
    1.32 +  max-width: 600px;
    1.33 +  margin: 20px;
    1.34 +  padding: 30px 90px;
    1.35 +}
    1.36 +
    1.37 +#addon-info {
    1.38 +  -moz-box-align: start;
    1.39 +  margin: 25px 10px;
    1.40 +}
    1.41 +
    1.42 +#icon {
    1.43 +  -moz-margin-end: 10px;
    1.44 +  max-width: 64px;
    1.45 +  max-height: 64px;
    1.46 +  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
    1.47 +}
    1.48 +
    1.49 +.addon-info[type="theme"] #icon {
    1.50 +  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
    1.51 +}
    1.52 +
    1.53 +.addon-info[type="locale"] #icon {
    1.54 +  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
    1.55 +}
    1.56 +
    1.57 +.addon-info[type="plugin"] #icon {
    1.58 +  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
    1.59 +}
    1.60 +
    1.61 +.addon-info[type="dictionary"] #icon {
    1.62 +  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
    1.63 +}
    1.64 +
    1.65 +#name {
    1.66 +  font-size: 130%;
    1.67 +}
    1.68 +
    1.69 +#author {
    1.70 +  color: GrayText;
    1.71 +}
    1.72 +
    1.73 +#location {
    1.74 +  color: GrayText;
    1.75 +}
    1.76 +
    1.77 +#warning {
    1.78 +  margin-bottom: 25px;
    1.79 +  -moz-box-align: start;
    1.80 +}
    1.81 +
    1.82 +#warning-icon {
    1.83 +  list-style-image: url("chrome://mozapps/skin/extensions/alerticon-warning.png");
    1.84 +  width: 16px;
    1.85 +  height: 15px;
    1.86 +  -moz-margin-end: 5px;
    1.87 +}
    1.88 +
    1.89 +#allow {
    1.90 +  -moz-margin-start: 84px;
    1.91 +  margin-bottom: 20px;
    1.92 +}
    1.93 +
    1.94 +#continuePanel,
    1.95 +#restartPanel {
    1.96 +  margin-top: 25px;
    1.97 +  -moz-box-align: center;
    1.98 +  -moz-box-pack: end;
    1.99 +}
   1.100 +
   1.101 +#continuePanel {
   1.102 +  -moz-box-pack: end;
   1.103 +}
   1.104 +
   1.105 +#restartMessage {
   1.106 +  text-align: right;
   1.107 +}
   1.108 +
   1.109 +#restartSpacer {
   1.110 +  -moz-box-flex: 1;
   1.111 +}
   1.112 +
   1.113 +#later {
   1.114 +  color: GrayText;
   1.115 +}

mercurial