Aleksander Machniak
2014-07-02 c6447e2ce289188493590ec0d5449fa3692eed08
skins/larry/settings.css
@@ -45,7 +45,7 @@
#preferences-frame {
   border: 0;
   border-radius: 4px 4px 0 0;
   border-radius: 4px;
}
#preferences-details fieldset.advanced legend {
@@ -78,7 +78,7 @@
   background-position: -24px -1137px;
}
#sections-table td.section,
#sections-table tbody td,
#sections-table .listitem span,
#settings-sections .listitem a,
#settings-sections .tablink a {
@@ -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,28 @@
   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%;
#subscription-table li a.name {
   overflow: hidden;
   text-overflow: ellipsis;
   width: 100%;
   float: left;
}
#subscription-table td.subscribed {
   min-width: 30px;
   padding: 3px 12px 3px 3px;
   text-align: right;
#subscription-table li input {
   position: absolute;
   right: 0;
}
html.chrome #subscription-table li input,
html.opera #subscription-table li input {
   margin-top: 6px;
}
.skinselection {