From 1ba07f070998d32d115d90d0d73db2dca59c4690 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 11 Apr 2012 12:52:51 +0000 Subject: Allow mass-removal of addresses from a group (#1487748) --- skins/larry/addressbook.css | 4 ++-- skins/larry/images/buttons.gif | Bin 13644 -> 14091 bytes skins/larry/images/buttons.png | Bin 33323 -> 34211 bytes skins/larry/mail.css | 4 ++-- skins/larry/styles.css | 6 +++++- skins/larry/templates/addressbook.html | 2 +- skins/larry/ui.js | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) (limited to 'skins/larry') diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 4ad6d34cd..5181c22b1 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -49,14 +49,14 @@ position: absolute; top: 42px; left: 0; - width: 260px; + width: 280px; bottom: 0; } #contacts-box { position: absolute; top: 42px; - left: 272px; + left: 292px; right: 0; bottom: 0; } diff --git a/skins/larry/images/buttons.gif b/skins/larry/images/buttons.gif index d597065dc..f73e09398 100644 Binary files a/skins/larry/images/buttons.gif and b/skins/larry/images/buttons.gif differ diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png index cbd2bd82d..0e395ab34 100644 Binary files a/skins/larry/images/buttons.png and b/skins/larry/images/buttons.png differ diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1310c30b9..857389576 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -748,11 +748,11 @@ h3.subject { div.more-headers { cursor: pointer; height: 10px; - background: url(images/buttons.png) center -1539px no-repeat; + background: url(images/buttons.png) center -1579px no-repeat; } div.hide-headers { - background-position: center -1549px; + background-position: center -1589px; } #all-headers { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index c61a3f3bd..1511d43b2 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -860,6 +860,10 @@ table.layout td { background-position: 2px -1502px; } +.boxfooter .listbutton.removegroup .inner { + background-position: 5px -1540px; +} + .boxfooter .listbutton.disabled .inner { opacity: 0.4; filter: alpha(opacity=40); @@ -1411,7 +1415,7 @@ ul.proplist li { } .toolbar a.button.spellcheck.selected { - background-position: left -1570px; + background-position: left -1610px; color: #1978a1; } diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 522f32176..ea11e613f 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -50,7 +50,7 @@
- +
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 89c7ba0e5..dda5abd75 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -155,7 +155,7 @@ function rcube_mail_ui() new rcube_splitter({ id:'addressviewsplitterd', p1:'#addressview-left', p2:'#addressview-right', orientation:'v', relative:true, start:226, min:150, size:12, render:resize_leftcol }).init(); new rcube_splitter({ id:'addressviewsplitter', p1:'#addresslist', p2:'#contacts-box', - orientation:'v', relative:true, start:266, min:220, size:12 }).init(); + orientation:'v', relative:true, start:286, min:270, size:12 }).init(); new rcube_scroller('#directorylist-content', '#directorylist-header', '#directorylist-footer'); } -- cgit v1.2.3