Thomas Bruederli
2014-07-20 e7ce974ebc118f6ae9c691455097e07ed1fd7515
skins/larry/settings.css
@@ -107,14 +107,20 @@
   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 {
@@ -238,26 +244,22 @@
   bottom: 0;
}
#subscription-table {
   table-layout: fixed;
}
#subscription-table tr.root td {
#subscription-table li.root {
   font-size: 5%;
   line-height: 5px;
   height: 5px;
   padding: 2px;
}
#subscription-table td.name {
   width: 85%;
   overflow: hidden;
   text-overflow: ellipsis;
#subscription-table li input {
   position: absolute;
   right: 8px;
   top: 4px;
   margin-right: 0;
}
#subscription-table td.subscribed {
   min-width: 30px;
   padding: 0 14px 0 2px;
   text-align: right;
#subscription-table li a {
   padding-right: 28px;
}
.skinselection {