summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-20 12:03:52 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-20 12:03:52 +0200
commit219461fc7443e56ce93d5d3eee2891d32aa95d0c (patch)
treea097a52dd75c8740238e33f0bf9a10fc4d6f81ad /skins
parent10bf6b58ce8c08520b1e450a53dbbff5964e5a78 (diff)
Fix "Special Folders" icon position
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/settings.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index f6e252cd6..518c02741 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -107,16 +107,22 @@
background-position: 6px -455px;
}
-#settings-sections .folders a,
-#sections-table #rcmrowfolders .section {
+#settings-sections .folders a {
background-position: 6px 2px;
}
-#settings-sections .folders.selected a,
-#sections-table #rcmrowfolders.selected .section {
+#settings-sections .folders.selected a {
background-position: 6px -22px;
}
+#sections-table #rcmrowfolders .section {
+ background-position: 4px 2px;
+}
+
+#sections-table #rcmrowfolders.selected .section {
+ background-position: 4px -22px;
+}
+
#settings-sections .identities a {
background-position: 6px -478px;
}