diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2015-11-19 23:02:12 +0000 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2015-11-19 23:02:12 +0000 |
| commit | 274b11748f015db0f7c6276959602f6e8b30bb95 (patch) | |
| tree | f1a9d61c609438d4e6116c3bbd4831e15538e1c5 /src/chrome/browser/syncCommon.css | |
Initial commit
Diffstat (limited to 'src/chrome/browser/syncCommon.css')
| -rw-r--r-- | src/chrome/browser/syncCommon.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/chrome/browser/syncCommon.css b/src/chrome/browser/syncCommon.css new file mode 100644 index 0000000..f682cb9 --- /dev/null +++ b/src/chrome/browser/syncCommon.css | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public | ||
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this | ||
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
| 4 | |||
| 5 | /* The following are used by both sync/setup.xul and sync/genericChange.xul */ | ||
| 6 | .status { | ||
| 7 | color: #fff; | ||
| 8 | } | ||
| 9 | |||
| 10 | .statusIcon { | ||
| 11 | -moz-margin-start: 4px; | ||
| 12 | max-height: 16px; | ||
| 13 | max-width: 16px; | ||
| 14 | } | ||
| 15 | |||
| 16 | .statusIcon[status="active"] { | ||
| 17 | list-style-image: url("chrome://global/skin/icons/loading_16.png"); | ||
| 18 | } | ||
| 19 | |||
| 20 | .statusIcon[status="error"] { | ||
| 21 | list-style-image: url("chrome://global/skin/icons/error-16.png"); | ||
| 22 | } | ||
| 23 | |||
| 24 | .statusIcon[status="success"] { | ||
| 25 | list-style-image: url("chrome://global/skin/icons/information-16.png"); | ||
| 26 | } | ||
| 27 | |||
| 28 | /* .data is only used by sync/genericChange.xul, but it seems unnecessary to have | ||
| 29 | a separate stylesheet for it. */ | ||
| 30 | .data { | ||
| 31 | font-size: 90%; | ||
| 32 | font-weight: bold; | ||
| 33 | } | ||
| 34 | |||
| 35 | dialog#change-dialog { | ||
| 36 | width: 40em; | ||
| 37 | } | ||
| 38 | |||
| 39 | image#syncIcon { | ||
| 40 | list-style-image: url("chrome://browser/skin/sync-32.png"); | ||
| 41 | } | ||
| 42 | |||
| 43 | #introText { | ||
| 44 | margin-top: 2px; | ||
| 45 | } | ||
| 46 | |||
| 47 | #feedback { | ||
| 48 | height: 2em; | ||
| 49 | } | ||
