Skip to content
Snippets Groups Projects
Commit 96cda5bf authored by Anika Henke's avatar Anika Henke
Browse files

mediamanager style fixes for ie7

darcs-hash:20080118235811-d5083-ade0047bf7d9f07e8ec8581c7977686ab10f370d.gz
parent 63dd0d58
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
list-style-type: none;
list-style-image: none;
}
*+html #media__tree li,
* html #media__tree li {
border: 1px solid __background__;
}/* I don't understand this, but this fixes a style bug in IE;
......@@ -65,6 +66,7 @@ it's dirty, so any "real" fixes are welcome */
float: left;
position: absolute;
}
*+html #media__opts input,
* html #media__opts input {
position: static;
}
......@@ -74,6 +76,7 @@ it's dirty, so any "real" fixes are welcome */
float: left;
margin-left: 30px;
}
*+html #media__opts label,
* html #media__opts label {
margin-left: 10px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment