From b540ed15a30cd9379df7feb62b0ae81a8a111e9c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 14 Dec 2011 18:13:38 -0500 Subject: [PATCH] Larry is growing up --- 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 ccb96c0..5f27ae7 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; +} + -- Gitblit v1.9.1