X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsyncProgress.css;fp=LCARStrek%2Fbrowser%2FsyncProgress.css;h=0000000000000000000000000000000000000000;hp=b659c2e591abe0318652afc3a12c6ca56f56bbac;hb=7c0a01f2b6f2d4daeff8216e5ca2bbbcde496d2a;hpb=bfb8ca2c23a5438ed886328e0416294c27362c7a diff --git a/LCARStrek/browser/syncProgress.css b/LCARStrek/browser/syncProgress.css deleted file mode 100644 index b659c2e5..00000000 --- a/LCARStrek/browser/syncProgress.css +++ /dev/null @@ -1,46 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -@import url("chrome://global/skin/inContentUI.css"); - -:root { - height: 100%; - width: 100%; - padding: 0; -} - -body { - margin: 0; - padding: 0 2em; -} - -#floatingBox { - margin: 4em auto; - max-width: 40em; - min-width: 23em; - padding: 1em 1.5em; - position: relative; - text-align: center; -} - -#successLogo { - margin: 1em 2em; -} - -#loadingText { - margin: 2em 6em; -} - -#progressBar { - margin: 2em 10em; -} - -#uploadProgressBar{ - width: 100%; -} - -#bottomRow { - margin-top: 2em; - padding: 0; - text-align: end; -}