summaryrefslogtreecommitdiff
path: root/skins/classic/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/classic/settings.css
parent997ef19f17af31c668d34bd00269fc02186be7f8 (diff)
Use treelist widget for folders list in Settings/Folders (#1489648)
Diffstat (limited to 'skins/classic/settings.css')
-rw-r--r--skins/classic/settings.css55
1 files changed, 22 insertions, 33 deletions
diff --git a/skins/classic/settings.css b/skins/classic/settings.css
index acd0b9fd0..3b084de87 100644
--- a/skins/classic/settings.css
+++ b/skins/classic/settings.css
@@ -12,64 +12,53 @@
}
#identities-table,
-#subscription-table,
#sections-table
{
width: 100%;
table-layout: fixed;
}
-#subscription-table input
-{
- font: inherit;
-}
-
-#subscription-table tbody td,
-#identities-table tbody td,
-#sections-table tbody td
-{
- cursor: default;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- height: 18px;
-}
-
#identities-table tbody tr.readonly td
{
font-style: italic;
}
-#subscription-table tr.virtual td
+#subscription-table li.selected a
{
- color: #666;
+ color: #FFF;
+ background-color: #CC3333;
}
-#subscription-table tr.root td
+#subscription-table li.root
{
- font-size: 10%;
+ font-size: 5%;
+ line-height: 5px;
height: 5px;
+ padding: 2px;
}
-#subscription-table tr.selected td
-{
- color: #FFFFFF;
- background-color: #CC3333;
-}
-
-#subscription-table tr.droptarget td
+#subscription-table li a.name
{
- background-color: #FFFFA6;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ width: 100%;
+ display: block;
+ float: left;
+ padding: 0 0 0 5px;
+ height: 24px;
+ line-height: 24px;
}
-#subscription-table td.name
+#subscription-table li input
{
- width: auto;
+ position: absolute;
+ right: 0;
}
-#subscription-table td.subscribed
+html.chrome #subscription-table li input,
+html.opera #subscription-table li input
{
- text-align: right;
- padding-right: 12px;
+ margin-top: 6px;
}
#folder-box,