summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-02-09 10:51:50 +0000
committerthomascube <thomas@roundcube.net>2011-02-09 10:51:50 +0000
commitb46e5b7407940499964d8a553c3eada05850f29d (patch)
tree882ffd6820097107176c1ba2e8341c0313f18ec2 /skins/default/common.css
parent98cb0f179206843ceaa87df6bfb3d1da045ed8ad (diff)
Apply more bugfixes from trunk for 0.5.1
Diffstat (limited to 'skins/default/common.css')
-rw-r--r--skins/default/common.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 4a45c60b7..2257ad4ec 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -9,7 +9,7 @@ body
body.iframe
{
- margin: 0px;
+ margin: 20px 0 0 0;
background-color: #FFF;
}
@@ -254,6 +254,14 @@ img
float: right;
}
+body.iframe .boxtitle
+{
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+}
+
.boxcontent
{
padding: 15px 10px 10px 10px;