]> err.no Git - scalable-opengroupware.org/blobdiff - UI/WebServerResources/MailerUI.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1163 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / MailerUI.css
index 5b0f932f4874ec37947b387fdf9f8d07a2321dc0..24261f7e52a7d1a76011f4dbd5ca4e5d43d9b988 100644 (file)
@@ -45,14 +45,17 @@ DIV#rightPanel
   overflow: hidden;
 }
 
+/* top list */
 DIV#mailboxContent
-{ background-color: #fff;
+{ cursor: default;
   position: absolute;
-  width: 100%;
-  height: 15.5em;
-  left: 0px;
+  background-color: #fff;
   top: 2.5em;
-  right: 0px; }
+  left: 0px;
+  right: 0px;
+  height: 15.5em;
+  overflow: hidden;
+  overflow-y: auto; }
 
 DIV#messageContent
 { position: absolute;
@@ -366,7 +369,7 @@ img.mailer_imagecontent
 DIV.mailer_plaincontent
 { 
   font-family: monospace, fixed;
-  white-space: pre;
+  white-space: normal;
   font-size: inherit;
   margin: 0px;
   padding: 0px;
@@ -474,26 +477,9 @@ TABLE#addr_table
 }
 
 TABLE#messageList
-{ cursor: default;
-  display: block;
-  position: absolute;
-  background-color: #fff;
-  color: #000;
-  width: 100%;
-  left: 0px;
-  right: 0px;
-  top: 3.25em;
-  bottom: 1px;
-  overflow: auto;
-  overflow-x: hidden; }
-
-TABLE#messageList THEAD
-{ position: fixed;
-  margin-top: 1px;
-  top: 7.5em;
-  right: 0px;
-  left: 15.5em;
-  height: 2em; }
+{ display: block;
+  position: relative;
+  width: 100%; }
 
 TABLE#messageList TD
 { height: 1.2em; }