summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-02 12:37:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-02 12:37:50 +0000
commit32bfb2400d8e1d4aaeeb71d3dc22324063ed051c (patch)
treec3cc6dec89a98e63f706ef732272292a32bcbbb5
parent7ed3e5dbf12ef8c770c1f8db625750f3f50e3d99 (diff)
small css changes
git-svn-id: https://svn.roundcube.net/trunk@1235 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/settings.css25
1 files changed, 6 insertions, 19 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css
index 7ee50f527..9f0c8f3cc 100644
--- a/roundcubemail/skins/default/settings.css
+++ b/roundcubemail/skins/default/settings.css
@@ -69,7 +69,7 @@ span.tablink-selected a
#folder-manager
{
- width: 540px;
+ width: 600px;
bottom: 140px;
overflow: auto;
border: 1px solid #999999;
@@ -119,7 +119,7 @@ span.tablink-selected a
#bottomboxes
{
position: absolute;
- width: 540px;
+ width: 600px;
height: 120px;
left: 20px;
bottom: 20px;
@@ -142,7 +142,7 @@ div.boxtitle,
div.settingsbox
{
- width: 540px;
+ width: 600px;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #999999;
@@ -185,28 +185,15 @@ div.settingspart
#subscription-table thead td.name
{
- width: 240px;
+ width: 250px;
}
#subscription-table thead td.msgcount
{
- width: 70px;
+ width: 90px;
}
#subscription-table thead td.subscribed
{
- width: 60px;
-}
-
-#subscription-table tbody td.msgcount,
-#subscription-table tbody td.subscribed
-{
- padding-left: 18px;
-}
-
-#subscription-table thead td.rename,
-#subscription-table thead td.delete
-{
- width: 20px;
- text-align: center;
+ width: 90px;
}