From c6db4aa46bd285ef7b3d63cba5e957373a116485 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 2 Jan 2012 13:41:53 +0000 Subject: Add (yet inactive) buttons to add recipients --- skins/larry/styles.css | 17 +++++++++++++++++ skins/larry/templates/compose.html | 2 +- skins/larry/ui.js | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) (limited to 'skins/larry') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 198d64773..94ae63944 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -763,6 +763,23 @@ table.layout td { background-position: 5px -1382px; } +.boxfooter .listbutton.addto .inner { + background-position: 5px -1422px; +} + +.boxfooter .listbutton.addcc .inner { + background-position: 5px -1462px; +} + +.boxfooter .listbutton.addbcc { + width: 54px; +} + +.boxfooter .listbutton.addbcc .inner { + width: 54px; + background-position: 2px -1502px; +} + .boxfooter .listbutton.disabled .inner { opacity: 0.4; } diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 67d94f631..7a160378b 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -20,7 +20,7 @@
- +
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 08cce32ce..6729fa63a 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -90,7 +90,7 @@ function rcube_mail_ui() }).css('cursor', 'pointer'); new rcube_splitter({ id:'composesplitterv', p1:'#composeview-left', p2:'#composeview-right', - orientation:'v', relative:true, start:248, min:150, size:12 }).init(); + orientation:'v', relative:true, start:248, min:170, size:12 }).init(); } else if (rcmail.env.action == 'list' || !rcmail.env.action) { mailviewsplit = new rcube_splitter({ id:'mailviewsplitter', p1:'#mailview-top', p2:'#mailview-bottom', -- cgit v1.2.3