browser/base/content/aboutDialog.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/aboutDialog.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,76 @@
     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 +#aboutDialog {
     1.9 +  width: 620px;
    1.10 +}
    1.11 +
    1.12 +#rightBox {
    1.13 +  background-image: url("chrome://branding/content/about-wordmark.png");
    1.14 +  background-repeat: no-repeat;
    1.15 +  /* padding-top creates room for the wordmark */
    1.16 +  padding-top: 38px;
    1.17 +  margin-top:20px;
    1.18 +}
    1.19 +
    1.20 +#rightBox:-moz-locale-dir(rtl) {
    1.21 +  background-position: 100% 0;
    1.22 +}
    1.23 +
    1.24 +#bottomBox {
    1.25 +  padding: 15px 10px 0;
    1.26 +}
    1.27 +
    1.28 +#version {
    1.29 +  margin-top: 10px;
    1.30 +  -moz-margin-start: 0;
    1.31 +  -moz-user-select: text;
    1.32 +  -moz-user-focus: normal;
    1.33 +  cursor: text;
    1.34 +}
    1.35 +
    1.36 +#distribution,
    1.37 +#distributionId {
    1.38 +  font-weight: bold;
    1.39 +  display: none;
    1.40 +  margin-top: 0;
    1.41 +  margin-bottom: 0;
    1.42 +}
    1.43 +
    1.44 +.text-blurb {
    1.45 +  margin-bottom: 10px;
    1.46 +  -moz-margin-start: 0;
    1.47 +  -moz-padding-start: 0;
    1.48 +}
    1.49 +
    1.50 +#updateButton,
    1.51 +#updateDeck > hbox > label {
    1.52 +  -moz-margin-start: 0;
    1.53 +  -moz-padding-start: 0;
    1.54 +}
    1.55 +
    1.56 +.update-throbber {
    1.57 +  width: 16px;
    1.58 +  min-height: 16px;
    1.59 +  -moz-margin-end: 3px;
    1.60 +  list-style-image: url("chrome://global/skin/icons/loading_16.png");
    1.61 +}
    1.62 +
    1.63 +.text-link,
    1.64 +.text-link:focus {
    1.65 +  margin: 0px;
    1.66 +  padding: 0px;
    1.67 +}
    1.68 +
    1.69 +.bottom-link,
    1.70 +.bottom-link:focus {
    1.71 +  text-align: center;
    1.72 +  margin: 0 40px;
    1.73 +}
    1.74 +
    1.75 +#currentChannel {
    1.76 +  margin: 0;
    1.77 +  padding: 0;
    1.78 +  font-weight: bold;
    1.79 +}

mercurial