summaryrefslogtreecommitdiff
path: root/skins/larry/settings.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-02 13:03:22 +0200
committerAleksander Machniak <alec@alec.pl>2014-07-02 13:03:22 +0200
commitc6447e2ce289188493590ec0d5449fa3692eed08 (patch)
tree4e0c853d0043a224e29b0c02c40773addc10d8d6 /skins/larry/settings.css
parent997ef19f17af31c668d34bd00269fc02186be7f8 (diff)
Use treelist widget for folders list in Settings/Folders (#1489648)
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r--skins/larry/settings.css23
1 files changed, 12 insertions, 11 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 518c02741..0493e3018 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -244,27 +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 li input {
+ position: absolute;
+ right: 0;
}
-#subscription-table td.subscribed {
- min-width: 30px;
- padding: 0 14px 0 2px;
- text-align: right;
+html.chrome #subscription-table li input,
+html.opera #subscription-table li input {
+ margin-top: 6px;
}
.skinselection {