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: @import url(chrome://global/skin/inContentUI.css); michael@0: michael@0: :root { michael@0: height: 100%; michael@0: width: 100%; michael@0: padding: 0; michael@0: } michael@0: michael@0: body { michael@0: margin: 0; michael@0: padding: 0 2em; michael@0: } michael@0: michael@0: #floatingBox { michael@0: margin: 4em auto; michael@0: max-width: 40em; michael@0: min-width: 23em; michael@0: padding: 1em 1.5em; michael@0: position: relative; michael@0: text-align: center; michael@0: } michael@0: michael@0: #successLogo { michael@0: margin: 1em 2em; michael@0: } michael@0: michael@0: #loadingText { michael@0: margin: 2em 6em; michael@0: } michael@0: michael@0: #progressBar { michael@0: margin: 2em 10em; michael@0: } michael@0: michael@0: #uploadProgressBar{ michael@0: width: 100%; michael@0: } michael@0: michael@0: #bottomRow { michael@0: margin-top: 2em; michael@0: padding: 0; michael@0: text-align: end; michael@0: }