Aleksander Machniak
2014-06-20 219461fc7443e56ce93d5d3eee2891d32aa95d0c
Fix "Special Folders" icon position
1 files modified
14 ■■■■ changed files
skins/larry/settings.css 14 ●●●● patch | view | raw | blame | history
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;
}