diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-11 14:39:23 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-11 14:39:23 +0100 |
commit | 9a6c38e14895bd093627e12f2fcf2c6ff1e3af3c (patch) | |
tree | 26a847ee6e28a7c7bd53c89dbf1aa11b8fa70882 /skins/larry/styles.css | |
parent | c59ef9542a93a5cbacd99fe3dcfc0975bc749a12 (diff) |
New feature to export only selected contacts from addressbook (by Phil Weir)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9386c79d7..773ef23d4 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1680,6 +1680,7 @@ ul.proplist li { } .toolbar a.button.export { + min-width: 74px; background-position: center -1054px; } @@ -1695,7 +1696,6 @@ ul.proplist li { background-position: 0 -1745px; } - a.menuselector { display: inline-block; border: 1px solid #ababab; |