From 648db37e68bc1a3944d32b0fd62f65ea0d07cc7e Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 04 Jun 2010 09:29:48 -0400
Subject: [PATCH] - Fix related parts aren't displayed when got mimetype other than image/* (#1486432)

---
 skins/default/settings.css |  268 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 210 insertions(+), 58 deletions(-)

diff --git a/skins/default/settings.css b/skins/default/settings.css
index 427a739..a9c5e7b 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -4,14 +4,12 @@
 #tabsbar
 {
   position: absolute;
-  top: 45px;
+  top: 50px;
   left: 220px;
-  right: 60px;
+  right: 20px;
   height: 22px;
   border-bottom: 1px solid #999999;
   white-space: nowrap;
-  /* css hack for IE */
-  width: expression((parseInt(document.documentElement.clientWidth)-280)+'px');
 }
 
 span.tablink,
@@ -21,12 +19,14 @@
   width: 100px;
   height: 24px !important;
   height: 22px;
-  background: url('images/tab_pas.gif') top left no-repeat;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  background: url(images/tabs.gif) top left no-repeat;
 }
 
 span.tablink-selected
 {
-  background: url('images/tab_act.gif') top left no-repeat;
+  background-position: -102px 0;
 }
 
 span.tablink a,
@@ -42,41 +42,141 @@
 span.tablink-selected a
 {
   color: #000000;
+  cursor: default;
 }
 
-#userprefs-box
+#rcmfd_timezone
 {
-  position: absolute;
-  top: 90px;
-  left: 20px;
-  width: 550px;
-  border: 1px solid #999999;  
-}
-
-#userprefs-box table td.title
-{
-  color: #666666;
-  padding-right: 10px;
+  width: 300px;
 }
 
 #identities-list,
 #folder-manager
 {
   position: absolute;
-  top: 90px;
+  top: 95px;
   left: 20px;
+  overflow: auto;
+}
+
+#folder-manager
+{
+  width: 600px;
+  bottom: 140px;
+  overflow: auto;
+  border: 1px solid #999999;
+}
+
+#folder-manager.droptarget
+{
+  border: 1px solid #CC3333;
+  background-color: #FFFFA6;
+}
+
+#identities-list
+{
+  bottom: 60px;
+  width: 420px;
+  border: 1px solid #999999;
+}
+
+#listbuttons
+{
+  position: absolute;
+  left: 20px;
+  bottom: 18px;
 }
 
 #identities-table
 {
-  width: 500px;
-  border: 1px solid #999999;
-  background-color: #F9F9F9;
+  width: 420px;
+  table-layout: fixed;
 }
 
+#subscription-table
+{
+  width: 100%;
+}
+
+#subscription-table input
+{
+  font: inherit;
+}
+
+#subscription-table tbody td,
 #identities-table tbody td
 {
-  cursor: pointer;
+  cursor: default;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+
+#identities-table thead td.name
+{
+  width: 55%;
+}
+
+#identities-table thead td.email
+{
+  width: 45%;
+}
+
+#subscription-table tbody td
+{
+  height: 22px !important;
+  height: 18px;
+}
+
+#subscription-table tr.virtual td
+{
+  color: #666;
+}
+
+#subscription-table tr.selected td,
+#subscription-table tr.selected td a
+{
+  color: #FFFFFF;
+  background-color: #CC3333;
+}
+
+#subscription-table tr.droptarget td,
+#subscription-table tr.droptarget td a
+{
+  background-color: #FFFFA6;
+}
+
+#subscription-table thead td.name
+{
+  width: 360px;
+}
+
+#subscription-table thead td.msgcount
+{
+  width: 90px;
+}
+
+#subscription-table thead td.subscribed
+{
+  width: 90px;
+}
+
+#subscription-table tbody td.subscribed,
+#subscription-table tbody td.rename,
+#subscription-table tbody td.delete
+{
+  padding: 1px 4px;
+}
+
+#subscription-table thead td.rename,
+#subscription-table thead td.delete
+{
+  width: 30px;
+}
+
+#subscription-table td.name input
+{
+  font: inherit;
+  width: 240px;
 }
 
 #identity-frame
@@ -88,67 +188,119 @@
 
 #identity-details
 {
-  margin-top: 30px;
-  width: 500px;
+  position: absolute;
+  top: 95px;
+  left: 450px;
+  right: 20px;
+  bottom: 60px;
   border: 1px solid #999999;
+  overflow: auto;
+  background-color: #F2F2F2;
 }
 
 #identity-details table td.title
 {
-  color: #666666;
   font-weight: bold;
   text-align: right;
-  padding-right: 10px;
 }
 
-#userprefs-title,
-#identity-title,
-div.boxtitle,
-#subscription-table thead td
+input.disabled
 {
-  height: 12px !important;
-  padding: 4px 20px 3px 6px;
-  border-bottom: 1px solid #999999;
-  color: #333333;
-  font-size: 11px;
-  font-weight: bold;
-  background-color: #EBEBEB;
-  background-image: url(images/listheader_aqua.gif); 
+  color: #999999;
+}
+
+#bottomboxes
+{
+  position: absolute;
+  width: 600px;
+  height: 120px;
+  left: 20px;
+  bottom: 20px;
 }
 
 div.settingsbox
 {
-  width: 500px;
+  width: 600px;
   margin-top: 20px;
-  margin-bottom: 20px;
   border: 1px solid #999999;
 }
 
-div.settingspart
+fieldset 
 {
-  display: block;
-  padding: 10px;
-}
-
-#subscription-table
-{
-  width: 500px;
+  margin-bottom: 0.5em;
   border: 1px solid #999999;
+  padding: 4px 8px 9px 8px; 
 }
 
-#subscription-table tbody td
+legend
 {
-  padding-left: 6px;
-  padding-right: 20px;
-  white-space: nowrap;
-  border-bottom: 1px solid #EBEBEB;
+  color: #999999;
+}
+
+#prefsscreen
+{
+  position: absolute;
+  top: 95px;
+  right: 20px;
+  bottom: 30px;
+  left: 20px;
+}
+
+#sectionslist
+{
+  position: absolute;
+  top: 0px;
+  left: 0px;
+  bottom: 0px;
+  border: 1px solid #999999;
   background-color: #F9F9F9;
+  overflow: auto;
 }
 
-/*
-#subscription-table tbody td select
+#sections-table
 {
-  width: 150px;
+  width: 100%;
+  table-layout: fixed;
 }
-*/
 
+#sections-table tbody td
+{
+  cursor: default;
+}
+
+#prefs-box
+{
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  bottom: 0px;
+  border: 1px solid #999999;
+  overflow: hidden;
+}
+
+body.iframe,
+#prefs-frame
+{
+  background-color: #F2F2F2;
+  border: none;
+}
+
+#formfooter
+{
+  width: 100%;
+}
+
+#formfooter .footerleft
+{
+  padding-left: 15px;
+  white-space: nowrap;
+  float: left;
+}
+
+#formfooter .footerright
+{
+  padding-right: 15px;
+  white-space: nowrap;
+  text-align: right;
+  float: right;
+}

--
Gitblit v1.9.1