From 087c7dc5d2e58e4aa99f1ffdb9b8f01c6121ce1d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 29 Jun 2010 15:27:26 -0400
Subject: [PATCH] - Improved compose screen: resizable body and attachments list, vertical splitter, options menu - Removed productname/version element, changed footer size to 20px

---
 skins/default/common.css |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/skins/default/common.css b/skins/default/common.css
index f3af5f1..9f386ff 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -128,6 +128,15 @@
 
 /** common user interface objects */
 
+#mainscreen
+{
+  position: absolute;
+  top: 85px;
+  right: 20px;
+  bottom: 20px;
+  left: 20px;
+}
+
 #header
 {
   position: absolute;
@@ -235,11 +244,9 @@
   border: 1px solid #CCCCCC;
 }
 
-#pagecontent
+.box
 {
-  position: absolute;
-  top: 95px;
-  left: 20px;
+  border: 1px solid #999;
 }
 
 .boxtitle
@@ -250,6 +257,7 @@
   color: #333;
   font-size: 11px;
   font-weight: bold;
+  overflow: hidden;
   background: url(images/listheader.gif) top left repeat-x #CCC;
 }
 
@@ -275,6 +283,18 @@
   width: 100%;
   overflow-y: auto;
   overflow-x: hidden;
+}
+
+.boxsubject
+{
+  position: absolute;
+  top: 0px;
+  left: 0px;
+  right: 0px;
+  overflow: hidden;
+  height: 22px;
+  border-bottom: 1px solid #999;
+  background: url(images/listheader.gif) top left repeat-x #CCC;
 }
 
 .boxfooter
@@ -318,6 +338,7 @@
   color: #444;
   font-size: 11px;
   text-shadow: white 1px 1px;
+  white-space: nowrap;
 }
 
 .pagenav a.button,
@@ -728,3 +749,9 @@
 {
   color: #999;
 }
+
+font.bold
+{
+  font-weight: bold;
+}
+  
\ No newline at end of file

--
Gitblit v1.9.1