mobile/android/themes/core/aboutSupport.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/themes/core/aboutSupport.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,97 @@
     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 +html {
     1.9 +  background-color: -moz-Field;
    1.10 +  color: -moz-FieldText;
    1.11 +  font: message-box;
    1.12 +}
    1.13 +
    1.14 +body {
    1.15 +  width: 90%;
    1.16 +  margin-left: 5%;
    1.17 +  margin-right: 5%;
    1.18 +}
    1.19 +
    1.20 +.page-subtitle {
    1.21 +  margin-bottom: 3em;
    1.22 +}
    1.23 +
    1.24 +.major-section {
    1.25 +  margin-top: 2em;
    1.26 +  margin-bottom: 1em;
    1.27 +  font-size: large;
    1.28 +  text-align: start;
    1.29 +  font-weight: bold;
    1.30 +}
    1.31 +
    1.32 +#copy-raw-data-to-clipboard,
    1.33 +#copy-to-clipboard {
    1.34 +  padding-top: 2%;
    1.35 +  width: 100%;
    1.36 +  padding-bottom: 2%;
    1.37 +  margin: 1%;
    1.38 +}
    1.39 +
    1.40 +table {
    1.41 +  background-color: -moz-Dialog;
    1.42 +  color: -moz-DialogText;
    1.43 +  font: message-box;
    1.44 +  font-size: xx-large;
    1.45 +  text-align: start;
    1.46 +  width: 100%;
    1.47 +  border: 1px solid ThreeDShadow;
    1.48 +  border-spacing: 0px;
    1.49 +}
    1.50 +
    1.51 +th, td {
    1.52 +  border: 1px dotted ThreeDShadow;
    1.53 +  padding: 3px;
    1.54 +}
    1.55 +
    1.56 +thead th {
    1.57 +  text-align: center;
    1.58 +}
    1.59 +
    1.60 +th {
    1.61 +  text-align: start;
    1.62 +  background-color: Highlight;
    1.63 +  color: HighlightText;
    1.64 +}
    1.65 +
    1.66 +th.column {
    1.67 +  white-space: nowrap;
    1.68 +  width: 0px;
    1.69 +}
    1.70 +
    1.71 +td {
    1.72 +  text-align: start;
    1.73 +  border-top: 1px dotted ThreeDShadow;
    1.74 +}
    1.75 +
    1.76 +.prefs-table {
    1.77 +  width: 100%;
    1.78 +  table-layout: fixed;
    1.79 +}
    1.80 +
    1.81 +.pref-name {
    1.82 +  width: 70%;
    1.83 +  white-space: nowrap;
    1.84 +  overflow: hidden;
    1.85 +}
    1.86 +
    1.87 +.pref-value {
    1.88 +  width: 30%;
    1.89 +  white-space: nowrap;
    1.90 +  overflow: hidden;
    1.91 +}
    1.92 +
    1.93 +#profile-row {
    1.94 +  display: none;
    1.95 +}
    1.96 +
    1.97 +#reset-box {
    1.98 +  display: none;
    1.99 +}
   1.100 +

mercurial