From: helge Date: Sun, 26 Sep 2004 22:07:17 +0000 (+0000) Subject: mailer design stuff X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7370854c3267cab5469b1f83711ba176184bdfe;p=scalable-opengroupware.org mailer design stuff git-svn-id: http://svn.opengroupware.org/SOGo/trunk@319 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Mailer/UIxMailAccountsView.wox b/SOGo/UI/Mailer/UIxMailAccountsView.wox index 067c953f..67204f5b 100644 --- a/SOGo/UI/Mailer/UIxMailAccountsView.wox +++ b/SOGo/UI/Mailer/UIxMailAccountsView.wox @@ -9,7 +9,11 @@ className="UIxMailMainFrame" title="name" > -

Account Settings Page

- screenshot - +
+
+ Account Settings + + screenshot +
+
diff --git a/SOGo/UI/Mailer/UIxMailListView.wox b/SOGo/UI/Mailer/UIxMailListView.wox index d07c5e15..8894d22a 100644 --- a/SOGo/UI/Mailer/UIxMailListView.wox +++ b/SOGo/UI/Mailer/UIxMailListView.wox @@ -9,6 +9,25 @@ className="UIxMailMainFrame" title="name" > -

Mail Folder Page

- screenshot +
+ View: + [popup all] + Subject or Sender contains: + [search field] + [clear] +
+ +
+
+ Folder List +
+
+ +
+
+ Content + screenshot +
+
+ diff --git a/SOGo/UI/Mailer/UIxMailMainFrame.wox b/SOGo/UI/Mailer/UIxMailMainFrame.wox index 778ef8f7..33f70afb 100644 --- a/SOGo/UI/Mailer/UIxMailMainFrame.wox +++ b/SOGo/UI/Mailer/UIxMailMainFrame.wox @@ -18,23 +18,36 @@ - +
- - - - +
+ Toolbar
- Folder Tree
- -
- +
+ + + + + + +
+
Folders
+
+
+ +
+
+
+ +
+ + diff --git a/SOGo/UI/Mailer/mailer.css b/SOGo/UI/Mailer/mailer.css index c1656e15..7e1a227a 100644 --- a/SOGo/UI/Mailer/mailer.css +++ b/SOGo/UI/Mailer/mailer.css @@ -737,3 +737,54 @@ td.monthprintview_content_dimmed { text-align: center; vertical-align: middle; } + + + +/* new stuff for Thunderbird like mailer */ + +.vertframerow { + border-top-color: white; + border-top-width: 1; + border-top-style: solid; + border-bottom-color: #808080; + border-bottom-width: 1; + border-bottom-style: solid; + + background-color: #D4D0C8; + + font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; + font-size: 10pt; +} +.foldercell { + font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; + font-size: 10pt; + width: 25%; +} +.contentcell { + font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif; + font-size: 10pt; +} +.embedwhite_out { + border-width: 1; + border-style: solid; + border-top-color: #808080; + border-left-color: #808080; + border-bottom-color: white; + border-right-color: white; +} +.embedwhite_in { + border-width: 1; + border-style: solid; + border-top-color: #808080; /* TODO */ + border-left-color: #808080; /* TODO */ + border-bottom-color: #808080; + border-right-color: #808080; + + background-color: white; + height: 300px; +} +.titlediv { + height: 24px; + vertical-align: middle; + padding-top: 6px; +}