summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/mail.css2
-rw-r--r--skins/larry/ui.js3
2 files changed, 4 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 5e2677f2c..dfda7f4f3 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -511,7 +511,7 @@ table.messagelist.fixedcopy {
width: 30px;
}
-.messagelist tr > .threads,
+.messagelist tr > .threads + td,
.messagelist tr > .threads + th {
border-left: 0;
}
diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index eb9569feb..11125c389 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -1019,7 +1019,10 @@ function rcube_mail_ui()
row.show();
$('#' + which + '-link').hide();
+
layout_composeview();
+ $('input,textarea', row).focus();
+
return false;
}