diff options
Diffstat (limited to 'skins/larry/settings.css')
-rw-r--r-- | skins/larry/settings.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/larry/settings.css b/skins/larry/settings.css index ccb96c0ca..5f27ae7ac 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -145,6 +145,7 @@ background-position: 6px -550px; } +#folderslist, #identitieslist { position: absolute; top: 0; @@ -153,6 +154,7 @@ bottom: 0; } +#folder-details, #identity-details { position: absolute; top: 0; @@ -161,3 +163,14 @@ bottom: 0; } +#subscription-table tr.root td { + font-size: 5%; + height: 5px; + padding: 2px; +} + +#subscription-table td.subscribed { + padding: 3px 12px 3px 3px; + text-align: right; +} + |