summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/settings.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-29 19:27:26 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-29 19:27:26 +0000
commit825b67562553bd2bc96cbaf69ec5322b7da721a8 (patch)
tree5e86df615b2cc1bbb3041edac8b64eeb093a9d40 /roundcubemail/skins/default/settings.css
parent942c342e6debd8114ab9ff8c704b771feb44a7fd (diff)
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px git-svn-id: https://svn.roundcube.net/trunk@3789 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/settings.css')
-rw-r--r--roundcubemail/skins/default/settings.css45
1 files changed, 12 insertions, 33 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css
index 7c2f8b3e4..de05c70bf 100644
--- a/roundcubemail/skins/default/settings.css
+++ b/roundcubemail/skins/default/settings.css
@@ -53,15 +53,10 @@ span.tablink-selected a
#folder-manager
{
position: absolute;
- top: 95px;
- left: 20px;
- overflow: auto;
-}
-
-#folder-manager
-{
width: 600px;
- bottom: 140px;
+ top: 0;
+ left: 0;
+ bottom: 105px;
overflow: auto;
border: 1px solid #999999;
}
@@ -195,16 +190,9 @@ input.disabled
{
position: absolute;
width: 600px;
- height: 120px;
- left: 20px;
- bottom: 25px;
-}
-
-div.settingsbox
-{
- width: 600px;
- margin-top: 20px;
- border: 1px solid #999999;
+ height: 95px;
+ left: 0;
+ bottom: 0;
}
fieldset
@@ -219,22 +207,13 @@ legend
color: #999999;
}
-#prefsscreen
-{
- position: absolute;
- top: 95px;
- right: 20px;
- bottom: 30px;
- left: 20px;
-}
-
#identities-list,
#sectionslist
{
position: absolute;
- top: 0px;
- left: 0px;
- bottom: 0px;
+ top: 0;
+ left: 0;
+ bottom: 0;
border: 1px solid #999999;
background-color: #F9F9F9;
overflow: hidden;
@@ -254,9 +233,9 @@ legend
#prefs-box
{
position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
+ top: 0;
+ right: 0;
+ bottom: 0;
border: 1px solid #999999;
overflow: hidden;
}