From 9d64c435b6246468a2c6bc4bae3d13d96cb499e8 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 31 Dec 2011 11:54:56 +0000 Subject: Give more space to some toolbar buttons; add missing template for message errors git-svn-id: https://svn.roundcube.net/trunk@5673 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/larry/images/buttons.png | Bin 27931 -> 27939 bytes roundcubemail/skins/larry/styles.css | 18 +++---- .../skins/larry/templates/importcontacts.html | 2 + .../skins/larry/templates/messageerror.html | 54 +++++++++++++++++++++ 4 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 roundcubemail/skins/larry/templates/messageerror.html diff --git a/roundcubemail/skins/larry/images/buttons.png b/roundcubemail/skins/larry/images/buttons.png index 0e3bf3ff8..3e8dbb245 100644 Binary files a/roundcubemail/skins/larry/images/buttons.png and b/roundcubemail/skins/larry/images/buttons.png differ diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 4d77c080f..412e5c3b5 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -749,15 +749,15 @@ table.layout td { } .boxfooter .listbutton.add .inner { - background-position: 10px -1291px; + background-position: 10px -1301px; } .boxfooter .listbutton.delete .inner { - background-position: 10px -1332px; + background-position: 10px -1342px; } .boxfooter .listbutton.groupactions .inner { - background-position: 5px -1372px; + background-position: 5px -1382px; } .boxfooter .listbutton.disabled .inner { @@ -1225,20 +1225,20 @@ ul.proplist li { top: 0; height: 42px; width: 18px; - background: url(images/buttons.png) -24px -1249px no-repeat; + background: url(images/buttons.png) -24px -1255px no-repeat; cursor: pointer; } .dropbutton .dropbuttontip:hover { - background-position: 0 -1249px; + background-position: 0 -1255px; } .toolbar a.button.back { - background-position: 0 -1210px; + background-position: 0 -1216px; } .toolbar a.button.checkmail { - background-position: center -1170px; + background-position: center -1176px; } .toolbar a.button.compose { @@ -1292,11 +1292,11 @@ ul.proplist li { } .toolbar a.button.import { - background-position: center -1010px; + background-position: center -1012px; } .toolbar a.button.export { - background-position: center -1050px; + background-position: center -1054px; } a.menuselector { diff --git a/roundcubemail/skins/larry/templates/importcontacts.html b/roundcubemail/skins/larry/templates/importcontacts.html index bdc1f3f51..89aea0a2e 100644 --- a/roundcubemail/skins/larry/templates/importcontacts.html +++ b/roundcubemail/skins/larry/templates/importcontacts.html @@ -20,6 +20,8 @@
+
+

diff --git a/roundcubemail/skins/larry/templates/messageerror.html b/roundcubemail/skins/larry/templates/messageerror.html new file mode 100644 index 000000000..70181f174 --- /dev/null +++ b/roundcubemail/skins/larry/templates/messageerror.html @@ -0,0 +1,54 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + +
+ + + + + + +
+ +
+ + +
+
+ +
+
+ +
+ +
+ + +
+
+ +
+
+ +
+ +
+ +
+ +
+ +
+ + + + + + + -- cgit v1.2.3