summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-21 12:12:23 +0000
committerthomascube <thomas@roundcube.net>2005-10-21 12:12:23 +0000
commita95e0e174c48b7c5242b8969aef99838a52c41ee (patch)
treeeb87cb9c33433269d2f2376e841e1d6d66eff667 /skins
parent7902df457d3401c83f78a6ddd48df1a7f07f68b1 (diff)
Improved support for UTF-8 and other charsets
Diffstat (limited to 'skins')
-rwxr-xr-xskins/default/common.css1
-rw-r--r--skins/default/includes/taskbar.html6
-rw-r--r--skins/default/settings.css6
-rw-r--r--skins/default/templates/addressbook.html2
-rw-r--r--skins/default/templates/compose.html2
-rw-r--r--skins/default/templates/mail.html2
-rw-r--r--skins/default/templates/message.html6
7 files changed, 6 insertions, 19 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 67e404e69..d133bec21 100755
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -170,6 +170,7 @@ a.button-logout
left: 200px;
right: 200px;
z-index: 5000;
+ opacity: 0.85;
}
#message div
diff --git a/skins/default/includes/taskbar.html b/skins/default/includes/taskbar.html
deleted file mode 100644
index be3d57df0..000000000
--- a/skins/default/includes/taskbar.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-<!--
-<form name="debugform" style="position:absolute; right:10px; bottom:10px;">
-<textarea name="console" cols="60" rows="15" wrap="off"></textarea>
-</form>
---> \ No newline at end of file
diff --git a/skins/default/settings.css b/skins/default/settings.css
index 427a73968..fe6a5898b 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -4,7 +4,7 @@
#tabsbar
{
position: absolute;
- top: 45px;
+ top: 50px;
left: 220px;
right: 60px;
height: 22px;
@@ -47,7 +47,7 @@ span.tablink-selected a
#userprefs-box
{
position: absolute;
- top: 90px;
+ top: 95px;
left: 20px;
width: 550px;
border: 1px solid #999999;
@@ -63,7 +63,7 @@ span.tablink-selected a
#folder-manager
{
position: absolute;
- top: 90px;
+ top: 95px;
left: 20px;
}
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html
index 99c2c8efb..b2ed21029 100644
--- a/skins/default/templates/addressbook.html
+++ b/skins/default/templates/addressbook.html
@@ -31,7 +31,5 @@
<roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
</div>
-<roundcube:include file="/includes/taskbar.html" />
-
</body>
</html>
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 5fd5e7397..5774b78fa 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -112,7 +112,5 @@ function rcmail_toggle_display(id)
</div>
-->
-<roundcube:include file="/includes/taskbar.html" />
-
</body>
</html>
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 631f46d59..56d0df66f 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -45,7 +45,5 @@
<roundcube:button command="select-none" label="none" classAct="active" />
</div>
-<roundcube:include file="/includes/taskbar.html" />
-
</body>
</html>
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html
index 5eafb59ae..3c276d0d1 100644
--- a/skins/default/templates/message.html
+++ b/skins/default/templates/message.html
@@ -16,7 +16,7 @@
<roundcube:button command="delete" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" />
<roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" />
<roundcube:button command="viewsource" imageAct="/images/buttons/source_act.png" imagePas="/images/buttons/source_pas.png" width="32" height="32" title="viewsource" />
-<roundcube:object name="mailboxlist" type="select" noSelection="moveto" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
+<roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" />
</div>
<div id="messagecountbar">
@@ -26,7 +26,7 @@
</div>
<div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
-<div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" /></div>
+<div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
<div id="messageframe">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" />
@@ -35,7 +35,5 @@
<roundcube:object name="messageBody" id="messagebody" showImages="true" />
</div>
-<roundcube:include file="/includes/taskbar.html" />
-
</body>
</html>