From 6dceadb16492fe349af53be9d3d4cc144e1f4ffa Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Thu, 12 Mar 2009 00:49:05 +0000 Subject: Removed image buttons from message view and replaced with textual button. --- .../program/localization/en_US/labels.inc | 1 + roundcubemail/skins/npk/mail.css | 9 +++++++ roundcubemail/skins/npk/templates/message.html | 30 +++++++++++----------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index bc250100e..0dca19737 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -180,6 +180,7 @@ $labels['buttonbarforward'] = 'Forward'; $labels['buttonbarmove'] = 'Move'; $labels['buttonbarcopy'] = 'Copy'; $labels['buttonbarnotspam'] = 'Not Spam'; +$labels['buttonviewsource'] = 'Source'; $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css index acb68c2b9..b57070670 100644 --- a/roundcubemail/skins/npk/mail.css +++ b/roundcubemail/skins/npk/mail.css @@ -98,6 +98,15 @@ font-size: x-small; } +.testme { + background: none; + border: 0; + border-color: 0; + margin: 0; + padding: 0; + font-size: x-small; +} + #messagecontrols { position: absolute; diff --git a/roundcubemail/skins/npk/templates/message.html b/roundcubemail/skins/npk/templates/message.html index f25bcf489..3e7b74841 100644 --- a/roundcubemail/skins/npk/templates/message.html +++ b/roundcubemail/skins/npk/templates/message.html @@ -18,27 +18,27 @@ -
+
+ +
    +
  • +
  • +
  • +
  • +
  • +
  • + + +
  • +      -
- -
- - - - - - - - - - + - +
-- cgit v1.2.3