From 7f9ea15463a7d14b4316e4859e29d53bd727fb32 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 11 Feb 2008 22:45:26 +0000 Subject: Add UI elements to mark the selected messages read/unread --- skins/default/images/buttons/markread_act.png | Bin 0 -> 1772 bytes skins/default/mail.css | 47 +++++++++++++ skins/default/templates/mail.html | 97 ++++++++++++++++++++------ 3 files changed, 121 insertions(+), 23 deletions(-) create mode 100644 skins/default/images/buttons/markread_act.png (limited to 'skins') diff --git a/skins/default/images/buttons/markread_act.png b/skins/default/images/buttons/markread_act.png new file mode 100644 index 000000000..32c051140 Binary files /dev/null and b/skins/default/images/buttons/markread_act.png differ diff --git a/skins/default/mail.css b/skins/default/mail.css index 9cb50f555..ac05f0124 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -41,6 +41,49 @@ padding-left: 2px; } +#markmessagemenu +{ + position: absolute; + top: 32px; + left: 90px; + width: auto; + visibility: hidden; + background-color: #F9F9F9; + border: 1px solid #CCC; + padding: 1px; + opacity: 0.9; + z-index: 240; +} + +ul.toolbarmenu +{ + margin: 0; + padding: 0; + list-style: none; +} + +ul.toolbarmenu li +{ + font-size: 11px; + white-space: nowrap; + min-width: 130px; + width: auto !important; + width: 130px; +} + +ul.toolbarmenu li a +{ + display: block; + color: #a0a0a0; + padding: 2px 8px 3px 12px; + text-decoration: none; +} + +ul.toolbarmenu li a.active:hover +{ + background-color: #ddd; +} + #listcontrols { position: absolute; @@ -71,6 +114,9 @@ td.formlinks a:visited #mailboxcontrols a.active, #mailboxcontrols a.active:active, #mailboxcontrols a.active:visited, +ul.toolbarmenu li a.active, +ul.toolbarmenu li a.active:active, +ul.toolbarmenu li a.active:visited, td.formlinks a, td.formlinks a:visited { @@ -190,6 +236,7 @@ td.formlinks a:visited { display: block; height: 12px; + margin: 0; padding: 3px 10px 4px 10px; background-color: #EBEBEB; background-image: url(images/listheader_aqua.gif); diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index a38c06aee..2c3846b2b 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -5,36 +5,50 @@ + -
- - - - - - - -
- -
- -
- -
- -  - - -
-
-
+

@@ -84,5 +98,42 @@ +
+ + + + + + + + + +
+
    +
  • +
  • +
+
+
+ +
+ +
+ +
+ +  + + +
+ + -- cgit v1.2.3