summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-06-07 23:14:56 +0200
committerAnika Henke <a.c.henke@arcor.de>2006-06-07 23:14:56 +0200
commit2703e5ad9ca4a1fde30d244b204061d9bf0ec891 (patch)
tree6de923799a317c61559ad2001f42490367ee3dbe /lib/tpl
parent1bde1582e3395dfef6e5ebda2b0217a92a1f9173 (diff)
downloadrpg-2703e5ad9ca4a1fde30d244b204061d9bf0ec891.tar.gz
rpg-2703e5ad9ca4a1fde30d244b204061d9bf0ec891.tar.bz2
mediamanager style fixes for IE
darcs-hash:20060607211456-d5083-2f50c401d05e4dfe5844e41dd28e0634ad948909.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/media.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css
index 4606cae45..10a5780c3 100644
--- a/lib/tpl/default/media.css
+++ b/lib/tpl/default/media.css
@@ -18,7 +18,7 @@
}
#media__right {
- width: 69.8%;
+ width: 69.7%;
height: 100%;
overflow: auto;
@@ -49,6 +49,10 @@
list-style-type: none;
list-style-image: none;
}
+* html #media__tree li {
+ border: 1px solid __white__;
+}/* I don't understand this, but this fixes a style bug in IE;
+it's dirty, so any "real" fixes are welcome */
/* --- options --- */
@@ -61,12 +65,18 @@
float: left;
position: absolute;
}
+* html #media__opts input {
+ position: static;
+}
#media__opts label {
display: block;
float: left;
margin-left: 30px;
}
+* html #media__opts label {
+ margin-left: 10px;
+}
#media__opts br {
clear: left;