X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaccountManage.css;h=ec00f1150c178679b5114dde79eb88d094c4ea10;hp=627bd4dce7c29317d1b305e4688524e2c4adcb93;hb=5fa95713aa0ef4c17c2b303f030e7b92b061c09b;hpb=ce32ff333d2bf538c7fb7fd392c4724f9dff6bce diff --git a/LCARStrek/messenger/accountManage.css b/LCARStrek/messenger/accountManage.css index 627bd4dc..ec00f115 100644 --- a/LCARStrek/messenger/accountManage.css +++ b/LCARStrek/messenger/accountManage.css @@ -12,12 +12,16 @@ /* ::::: account manager :::::: */ +page { + padding: 0 !important; +} + .specialFolderPickerGrid { - -moz-margin-start: 20px; + margin-inline-start: 20px; } .fccReplyFollowsParent { - -moz-margin-start: 20px; + margin-inline-start: 20px; } .selectForOfflineUseButton { @@ -25,27 +29,35 @@ } .selectForOfflineUseButton > .button-box > .button-icon { - -moz-margin-start: 4px; - -moz-margin-end: 4px; + margin-inline-start: 4px; + margin-inline-end: 4px; } .signatureBox { font-family: -moz-fixed; } -#identitiesList > listitem:first-child, -treechildren::-moz-tree-cell-text(isDefaultServer-true) { +listitem[default="true"], +#identitiesList > listitem:first-child { font-weight: bold; } +treechildren::-moz-tree-cell-text(isDefaultServer-true) { + text-decoration: underline; +} + +#accounttree treechildren::-moz-tree-indentation { + width: 1ch; +} + #contentFrame { - -moz-margin-start: 2px; + margin-inline-start: 2px; } /* ::::: SMTP Server Panel :::::: */ .smtpServerListItem { - -moz-padding-start: 3px; + padding-inline-start: 3px; } #backgroundBox {