From 361ce60948bfc0eb75a4c144f9e1e76c3cdd7f35 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 6 Feb 2011 22:16:23 +0000 Subject: Make iframe headers fixed; don't jump to top when switching tabs --- skins/default/common.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'skins/default/common.css') diff --git a/skins/default/common.css b/skins/default/common.css index 8d9777abb..3af18d124 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; } @@ -274,6 +274,14 @@ img float: right; } +body.iframe .boxtitle +{ + position: fixed; + top: 0; + left: 0; + width: 100%; +} + .boxcontent { padding: 15px 10px 10px 10px; -- cgit v1.2.3