From b9441a1632638c23c118867543f6477cecb8134d Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 31 Dec 2011 11:54:56 +0000 Subject: Give more space to some toolbar buttons; add missing template for message errors --- skins/larry/images/buttons.png | Bin 27931 -> 27939 bytes 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 skins/larry/templates/messageerror.html diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png index 0e3bf3ff8..3e8dbb245 100644 Binary files a/skins/larry/images/buttons.png and b/skins/larry/images/buttons.png differ diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4d77c080f..412e5c3b5 100644 --- a/skins/larry/styles.css +++ b/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/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html index bdc1f3f51..89aea0a2e 100644 --- a/skins/larry/templates/importcontacts.html +++ b/skins/larry/templates/importcontacts.html @@ -20,6 +20,8 @@
+
+

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