From: Robert Kaiser Date: Sun, 13 May 2012 18:01:07 +0000 (+0200) Subject: sync both themes with suite classic changes in SeaMonkey 2.10 X-Git-Tag: LCARStrek-2.10~7 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=94e078c26d574e5bc5200b9afe10988d3f416d61 sync both themes with suite classic changes in SeaMonkey 2.10 --- diff --git a/EarlyBlue/messenger-newsblog/feed-subscriptions.css b/EarlyBlue/messenger-newsblog/feed-subscriptions.css index e4250dba..6d5d6fad 100644 --- a/EarlyBlue/messenger-newsblog/feed-subscriptions.css +++ b/EarlyBlue/messenger-newsblog/feed-subscriptions.css @@ -36,31 +36,24 @@ * * ***** END LICENSE BLOCK ****** */ -/* ::::: Feed Subscription UI icons :::::: */ +/* ::::: Feed Subscription styling :::::: */ -#contentPane { - padding: 14px; -} - -#subscriptionChildren::-moz-tree-image(folderNameCol) { - -moz-margin-end: 2px; - list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); -} - -#subscriptionChildren::-moz-tree-image(folderNameCol, container) { - list-style-image: url("chrome://messenger/skin/icons/folder-closed.png"); +#subscriptionsDialog { + width: 40em; + height: 30em; } -#subscriptionChildren::-moz-tree-image(folderNameCol, container, open) { - list-style-image: url("chrome://messenger/skin/icons/folder-open.png"); +#contentPane { + padding: 14px; } #rssFeedInfoBox { border: 1px solid #666699; margin: 4px; - padding: 0px; + padding-top: 4px; + background-color: #DDDDDD; } -#backgroundBox { - background-color: #DDDDDD; +#statusContainerBox { + height: 24px; } diff --git a/LCARStrek/messenger-newsblog/feed-subscriptions.css b/LCARStrek/messenger-newsblog/feed-subscriptions.css index 65395341..c11414db 100644 --- a/LCARStrek/messenger-newsblog/feed-subscriptions.css +++ b/LCARStrek/messenger-newsblog/feed-subscriptions.css @@ -36,32 +36,24 @@ * * ***** END LICENSE BLOCK ****** */ -/* ::::: Feed Subscription UI icons :::::: */ +/* ::::: Feed Subscription styling :::::: */ -#contentPane { - padding: 14px; -} - -#subscriptionChildren::-moz-tree-image(folderNameCol) { - -moz-margin-end: 2px; - list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); -} - -#subscriptionChildren::-moz-tree-image(folderNameCol, container) { - list-style-image: url("chrome://messenger/skin/icons/folder-closed.png"); +#subscriptionsDialog { + width: 40em; + height: 30em; } -#subscriptionChildren::-moz-tree-image(folderNameCol, container, open) { - list-style-image: url("chrome://messenger/skin/icons/folder-open.png"); +#contentPane { + padding: 14px; } #rssFeedInfoBox { border: 1px solid #9C9CFF; - border-radius: 0px; margin: 4px; - padding: 0px; + padding-top: 4px; + background-color: #000000; } -#backgroundBox { - background-color: #000000; +#statusContainerBox { + height: 24px; }