michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #alert { michael@0: list-style-image: url("chrome://mozapps/skin/update/update.png"); michael@0: } michael@0: michael@0: .throbber { michael@0: list-style-image: url("chrome://global/skin/icons/loading_16.png"); michael@0: width: 16px; michael@0: height: 16px; michael@0: margin-top: 5px; michael@0: margin-bottom: 5px; michael@0: -moz-margin-start: 5px; michael@0: -moz-margin-end: 2px; michael@0: } michael@0: michael@0: .alertBox { michael@0: background-color: InfoBackground; michael@0: color: InfoText; michael@0: border: 1px outset InfoBackground; michael@0: margin-left: 3px; michael@0: margin-right: 3px; michael@0: padding: 5px; michael@0: }