summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-13 15:48:31 +0000
committeralecpl <alec@alec.pl>2008-09-13 15:48:31 +0000
commitc0249205b236fd2ce772b51d1087e080b35ced7f (patch)
treeb026c49d8988906e1561d7bb6fb2dfa46649819c /skins
parent000bb9a55cdca43a7111eb3a5e655a28fa04d8a4 (diff)
- added scroller in user preferences
Diffstat (limited to 'skins')
-rw-r--r--skins/default/settings.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css
index 7538d0e7f..9dee6236a 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -49,8 +49,12 @@ span.tablink-selected a
position: absolute;
top: 95px;
left: 20px;
+ bottom: 30px;
width: 600px;
+ overflow: auto;
border: 1px solid #999999;
+ /* css hack for IE */
+ height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#userprefs-box table td.title
@@ -73,6 +77,7 @@ span.tablink-selected a
bottom: 140px;
overflow: auto;
border: 1px solid #999999;
+ /* css hack for IE */
height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');
}
@@ -144,7 +149,6 @@ div.settingsbox
{
width: 600px;
margin-top: 20px;
- margin-bottom: 20px;
border: 1px solid #999999;
}
@@ -214,4 +218,3 @@ legend
{
color: #999999;
}
- \ No newline at end of file