sync both themes with suite classic changes in SeaMonkey 2.10
[themes.git] / EarlyBlue / messenger-newsblog / feed-subscriptions.css
index e4250dba31bda94fb5d46a5635affe128f93de6b..6d5d6fad59b880523dbaf079e9fb0373302cd075 100644 (file)
  *
  * ***** 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;
 }