diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
commit | 47788a7c10ce225e5c133350dfc2ef2030a68090 (patch) | |
tree | 8c512f5e40b3c7e300e9e494196fc7c5764ae8fc /skins | |
parent | 0c9fc953b0ba0f0ac3a9d37fe8e8f92f0c34688e (diff) | |
parent | a7343c243cb04885e076ab4b471c2f7fa1a2455b (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 2 | ||||
-rw-r--r-- | skins/larry/ui.js | 3 |
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; } |