From 219461fc7443e56ce93d5d3eee2891d32aa95d0c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 20 Jun 2014 12:03:52 +0200 Subject: Fix "Special Folders" icon position --- skins/larry/settings.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'skins') 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; } -- cgit v1.2.3