X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2FsiteDataSettings.css;fp=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2FsiteDataSettings.css;h=d5adbc628315068a32173d7fd14557e067d38dc9;hp=0000000000000000000000000000000000000000;hb=d0f28e616d7c3b04647d549a4b7aa14753f029d8;hpb=918c9e49a243680984f89a7ab4ccdf64d1a41607 diff --git a/LCARStrek/browser/preferences/in-content/siteDataSettings.css b/LCARStrek/browser/preferences/in-content/siteDataSettings.css new file mode 100644 index 00000000..d5adbc62 --- /dev/null +++ b/LCARStrek/browser/preferences/in-content/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; +}