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

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

mercurial