diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
commit | b540ed15a30cd9379df7feb62b0ae81a8a111e9c (patch) | |
tree | 1059706e04f4b9af5be10e7f2a16f14a6830db13 /skins/larry/settings.css | |
parent | bd9190a660151c16af40c29ed63309a08fa7db04 (diff) |
Larry is growing up
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; +} + |