X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content-new%2FsiteDataSettings.css;fp=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content-new%2FsiteDataSettings.css;h=d5adbc628315068a32173d7fd14557e067d38dc9;hb=9a225e4b44ec04c62ddff63f06c913d67e705711;hp=0000000000000000000000000000000000000000;hpb=07296beb54b9f42727fbce3473d76c6e3f7cf173;p=themes.git diff --git a/LCARStrek/browser/preferences/in-content-new/siteDataSettings.css b/LCARStrek/browser/preferences/in-content-new/siteDataSettings.css new file mode 100644 index 00000000..d5adbc62 --- /dev/null +++ b/LCARStrek/browser/preferences/in-content-new/siteDataSettings.css @@ -0,0 +1,38 @@ +/* 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/. */ + +/** + * Site Data - Settings dialog + */ +#sitesList { + min-height: 20em; +} + +.item-box { + padding: 5px 8px; +} + +/** + * Confirmation dialog of removing sites selected + */ +#SiteDataRemoveSelectedDialog { + padding: 16px; +} + +#contentContainer { + font-size: 1.2em; + margin-bottom: 10px; +} + +.question-icon { + margin: 6px; +} + +#removing-label { + font-weight: bold; +} + +#sitesTree { + height: 15em; +}