summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-01 16:35:58 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-04 09:32:01 +0200
commit80b3c6200ee7788bef1bca0562aa53113ffea9bd (patch)
tree831410e2153efc61838d55d91ec753c1bcab58e3 /skins
parent0ce2126ac91f634b0bc5bf7f3567acd2f87f9972 (diff)
Toolbar and list icons for responses + list header icon for prority column (#1489234)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/images/buttons.pngbin50162 -> 38670 bytes
-rw-r--r--skins/larry/images/listicons.pngbin26384 -> 26242 bytes
-rw-r--r--skins/larry/mail.css4
-rw-r--r--skins/larry/settings.css8
-rw-r--r--skins/larry/styles.css6
5 files changed, 17 insertions, 1 deletions
diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png
index 9f8f44536..3e28d128d 100644
--- a/skins/larry/images/buttons.png
+++ b/skins/larry/images/buttons.png
Binary files differ
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index e4ffef660..e2906d957 100644
--- a/skins/larry/images/listicons.png
+++ b/skins/larry/images/listicons.png
Binary files differ
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index b65b08112..c5c00554c 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -621,6 +621,10 @@ table.messagelist.fixedcopy {
background-position: -24px -1116px;
}
+.messagelist thead tr td.priority span.priority {
+ background-position: -24px -1845px;
+}
+
.messagelist tr td.priority span.prio5 {
background-position: 0 -1905px;
}
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 59037ac76..8deb24716 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -110,6 +110,14 @@
background-position: 6px -1819px;
}
+#settings-sections span.responses a {
+ background-position: 6px -1972px;
+}
+
+#settings-sections span.responses.selected a {
+ background-position: 6px -1996px;
+}
+
#sections-table #rcmrowgeneral td.section {
background-position: 6px -573px;
}
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 131e85030..3313e1839 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1831,7 +1831,11 @@ ul.proplist li {
}
.toolbar a.button.download {
- background-position: center -1906px;
+ background-position: center -1892px;
+}
+
+.toolbar a.button.responses {
+ background-position: center -1932px;
}
a.menuselector {