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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* General */
michael@0 2 /* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
michael@0 3 party themes should typically specify the same values. */
michael@0 4 wizardpage {
michael@0 5 height: 360px;
michael@0 6 width: 700px;
michael@0 7 }
michael@0 8
michael@0 9 /* Remove margin and padding so the billboard will extend to the edge of the
michael@0 10 window. 3rd party themes should typically specify the same values. */
michael@0 11 #updates, .wizard-page-box {
michael@0 12 margin: 0;
michael@0 13 padding: 0;
michael@0 14 }
michael@0 15
michael@0 16 .update-header {
michael@0 17 padding: 0px 10px;
michael@0 18 }
michael@0 19
michael@0 20 .update-content {
michael@0 21 padding: 10px;
michael@0 22 }
michael@0 23
michael@0 24 .loadingBox {
michael@0 25 padding: 3px 5px 3px 5px;
michael@0 26 }
michael@0 27
michael@0 28 .remoteLoadingThrobber {
michael@0 29 margin-top: 3px;
michael@0 30 }
michael@0 31
michael@0 32 .remoteLoadingThrobber[state="loading"] {
michael@0 33 list-style-image: url("chrome://global/skin/icons/loading_16.png");
michael@0 34 }
michael@0 35
michael@0 36 .remoteLoadingThrobber[state="error"] {
michael@0 37 list-style-image: url("chrome://global/skin/icons/information-16.png");
michael@0 38 }
michael@0 39
michael@0 40 .wizard-buttons-separator {
michael@0 41 margin-top: 0 !important;
michael@0 42 }
michael@0 43
michael@0 44 #licenseContent, #incompatibleListbox {
michael@0 45 -moz-margin-start: 6px;
michael@0 46 -moz-margin-end: 6px;
michael@0 47 }
michael@0 48
michael@0 49 .inline-link {
michael@0 50 color: -moz-nativehyperlinktext;
michael@0 51 text-decoration: none;
michael@0 52 }
michael@0 53
michael@0 54 .inline-link:hover {
michael@0 55 text-decoration: underline;
michael@0 56 }
michael@0 57
michael@0 58 /* Unsupported Page */
michael@0 59 #unsupportedLabel, #unsupportedLinkLabel {
michael@0 60 -moz-margin-start: 0;
michael@0 61 -moz-padding-start: 0;
michael@0 62 }
michael@0 63
michael@0 64 /* Update Found Basic Page */
michael@0 65 #updateName, #updateFinishedName {
michael@0 66 font-weight: bold;
michael@0 67 font-size: larger;
michael@0 68 }
michael@0 69
michael@0 70 /* License Page */
michael@0 71 #licenseContent {
michael@0 72 -moz-appearance: listbox;
michael@0 73 }
michael@0 74
michael@0 75 /* Incompatible List Page */
michael@0 76 #incompatibleListbox {
michael@0 77 margin-bottom: 6px;
michael@0 78 }
michael@0 79
michael@0 80 /* Downloading Page */
michael@0 81 #downloadStatusLine {
michael@0 82 -moz-box-align: center;
michael@0 83 }
michael@0 84
michael@0 85 #downloadStatus {
michael@0 86 height: 3em !important;
michael@0 87 }
michael@0 88
michael@0 89 #downloadStatusProgress {
michael@0 90 padding-right: 5px;
michael@0 91 }
michael@0 92
michael@0 93 #pauseButton {
michael@0 94 list-style-image: url(chrome://mozapps/skin/update/downloadButtons.png);
michael@0 95 -moz-image-region: rect(0px, 48px, 16px, 32px);
michael@0 96 -moz-appearance: none;
michael@0 97 background-color: transparent;
michael@0 98 border: none;
michael@0 99 min-width: 0;
michael@0 100 min-height: 0;
michael@0 101 margin: 0;
michael@0 102 padding: 0;
michael@0 103 }
michael@0 104
michael@0 105 /* !Important must be used otherwise this won't immediately take affect */
michael@0 106 #pauseButton > .button-box {
michael@0 107 padding: 0 !important;
michael@0 108 }
michael@0 109
michael@0 110 #pauseButton:hover {
michael@0 111 -moz-image-region: rect(16px, 48px, 32px, 32px);
michael@0 112 }
michael@0 113
michael@0 114 #pauseButton:active {
michael@0 115 -moz-image-region: rect(32px, 48px, 48px, 32px);
michael@0 116 }
michael@0 117
michael@0 118 #pauseButton[disabled="true"] {
michael@0 119 -moz-image-region: rect(48px, 48px, 64px, 32px);
michael@0 120 }
michael@0 121
michael@0 122 #pauseButton[paused="true"] {
michael@0 123 -moz-image-region: rect(0px, 16px, 16px, 0px);
michael@0 124 }
michael@0 125
michael@0 126 #pauseButton[paused="true"]:hover {
michael@0 127 -moz-image-region: rect(16px, 16px, 32px, 0px);
michael@0 128 }
michael@0 129
michael@0 130 #pauseButton[paused="true"]:active {
michael@0 131 -moz-image-region: rect(32px, 16px, 48px, 0px);
michael@0 132 }
michael@0 133
michael@0 134 #pauseButton[paused="true"][disabled="true"] {
michael@0 135 -moz-image-region: rect(48px, 16px, 64px, 0px);
michael@0 136 }
michael@0 137
michael@0 138 #verificationFailedIcon {
michael@0 139 margin-left: 5px;
michael@0 140 list-style-image: url("chrome://global/skin/icons/notfound.png");
michael@0 141 }
michael@0 142
michael@0 143 /* Error Page */
michael@0 144 #errorReason {
michael@0 145 margin-top: 1px;
michael@0 146 margin-bottom: 2px;
michael@0 147 -moz-margin-start: 6px !important;
michael@0 148 -moz-margin-end: 5px;
michael@0 149 font-weight: bold;
michael@0 150 }
michael@0 151
michael@0 152 /* Update History Window */
michael@0 153 update {
michael@0 154 border-bottom: 1px dotted #C0C0C0;
michael@0 155 }
michael@0 156
michael@0 157 .update-name {
michael@0 158 font-weight: bold;
michael@0 159 }
michael@0 160
michael@0 161 .update-label-column {
michael@0 162 -moz-box-align: end;
michael@0 163 }
michael@0 164
michael@0 165 .update-type {
michael@0 166 font-weight: bold;
michael@0 167 color: #990000;
michael@0 168 }
michael@0 169
michael@0 170 #historyItems {
michael@0 171 -moz-appearance: listbox;
michael@0 172 height: 200px;
michael@0 173 margin: 1px 5px 4px 5px;
michael@0 174 }
michael@0 175
michael@0 176 #historyItems > scrollbox {
michael@0 177 margin-bottom: 1px;
michael@0 178 }

mercurial