toolkit/themes/linux/mozapps/update/updates.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/linux/mozapps/update/updates.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,161 @@
     1.4 +/* General */
     1.5 +/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
     1.6 +   party themes should typically specify the same values. */
     1.7 +wizardpage {
     1.8 +  height: 360px;
     1.9 +  width: 700px;
    1.10 +}
    1.11 +
    1.12 +/* Remove margin and padding so the billboard will extend to the edge of the
    1.13 +   window. 3rd party themes should typically specify the same values. */
    1.14 +#updates, .wizard-page-box {
    1.15 +  margin: 0;
    1.16 +  padding: 0;
    1.17 +}
    1.18 +
    1.19 +.update-header {
    1.20 +  padding: 0px 10px;
    1.21 +}
    1.22 +
    1.23 +.update-content {
    1.24 +  padding: 10px;
    1.25 +}
    1.26 +
    1.27 +.loadingBox {
    1.28 +  padding: 3px 5px 3px 5px;
    1.29 +}
    1.30 +
    1.31 +.remoteLoadingThrobber {
    1.32 +  margin-top: 3px;
    1.33 +}
    1.34 +
    1.35 +.remoteLoadingThrobber[state="loading"] {
    1.36 +  list-style-image: url("chrome://global/skin/icons/loading_16.png");
    1.37 +}
    1.38 +
    1.39 +.remoteLoadingThrobber[state="error"] {
    1.40 +  list-style-image: url("moz-icon://stock/gtk-dialog-error?size=menu");
    1.41 +}
    1.42 +
    1.43 +.wizard-buttons-separator {
    1.44 +  margin-top: 0 !important;
    1.45 +}
    1.46 +
    1.47 +#licenseContent, #incompatibleListbox {
    1.48 +  -moz-margin-start: 6px;
    1.49 +  -moz-margin-end: 6px;
    1.50 +}
    1.51 +
    1.52 +.inline-link {
    1.53 +  color: -moz-nativehyperlinktext;
    1.54 +  text-decoration: none;
    1.55 +}
    1.56 +
    1.57 +.inline-link:hover {
    1.58 +  text-decoration: underline;
    1.59 +}
    1.60 +
    1.61 +/* Unsupported Page */
    1.62 +#unsupportedLabel, #unsupportedLinkLabel {
    1.63 +  -moz-margin-start: 0;
    1.64 +  -moz-padding-start: 0;
    1.65 +}
    1.66 +
    1.67 +/* Update Found Basic Page */
    1.68 +#updateName, #updateFinishedName {
    1.69 +  font-weight: bold;
    1.70 +  font-size: larger;
    1.71 +}
    1.72 +
    1.73 +/* License Page */
    1.74 +#licenseContent {
    1.75 +  -moz-appearance: listbox;
    1.76 +}
    1.77 +
    1.78 +/* Incompatible List Page */
    1.79 +#incompatibleListbox {
    1.80 +  margin-bottom: 6px;
    1.81 +}
    1.82 +
    1.83 +/* Downloading Page */
    1.84 +#downloadStatusLine {
    1.85 +  -moz-box-align: center;
    1.86 +}
    1.87 +
    1.88 +#downloadStatus {
    1.89 +  height: 3em !important;
    1.90 +}
    1.91 +
    1.92 +#downloadStatusProgress {
    1.93 +  padding-right: 5px;
    1.94 +}
    1.95 +
    1.96 +#pauseButton {
    1.97 +  list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
    1.98 +  -moz-appearance: none;
    1.99 +  background-color: transparent;
   1.100 +  border: none;
   1.101 +  min-width: 0;
   1.102 +  min-height: 0;
   1.103 +  margin: 0;
   1.104 +  padding: 0;
   1.105 +}
   1.106 +
   1.107 +/* !Important must be used otherwise this won't immediately take affect */
   1.108 +#pauseButton > .button-box {
   1.109 +  padding: 0 !important;
   1.110 +}
   1.111 +
   1.112 +#pauseButton[disabled="true"] {
   1.113 +  list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu&state=disabled");
   1.114 +}
   1.115 +
   1.116 +#pauseButton[paused="true"] {
   1.117 +  list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
   1.118 +}
   1.119 +
   1.120 +#pauseButton[paused="true"][disabled="true"] {
   1.121 +  list-style-image: url("moz-icon://stock/gtk-media-play?size=menu&state=disabled");
   1.122 +}
   1.123 +
   1.124 +#verificationFailedIcon {
   1.125 +  margin-left: 5px;
   1.126 +  list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=menu");
   1.127 +}
   1.128 +
   1.129 +/* Error Page */
   1.130 +#errorReason {
   1.131 +  margin-top: 1px;
   1.132 +  margin-bottom: 2px;
   1.133 +  -moz-margin-start: 6px !important;
   1.134 +  -moz-margin-end: 5px;
   1.135 +  font-weight: bold;
   1.136 +}
   1.137 +
   1.138 +/* Update History Window */
   1.139 +update {
   1.140 +  border-bottom: 1px dotted #C0C0C0;
   1.141 +}
   1.142 +
   1.143 +.update-name {
   1.144 +  font-weight: bold;
   1.145 +}
   1.146 +
   1.147 +.update-label-column {
   1.148 +  -moz-box-align: end;
   1.149 +}
   1.150 +
   1.151 +.update-type {
   1.152 +  font-weight: bold;
   1.153 +  color: #990000;
   1.154 +}
   1.155 +
   1.156 +#historyItems {
   1.157 +  -moz-appearance: listbox;
   1.158 +  height: 200px;
   1.159 +  margin: 1px 5px 4px 5px;
   1.160 +}
   1.161 +
   1.162 +#historyItems > scrollbox {
   1.163 +  margin-bottom: 1px;
   1.164 +}

mercurial