fix ie rendering issue with the dropdown

This commit is contained in:
spez
2008-11-07 14:57:51 -08:00
parent a4483a2f56
commit dfe4c35648

View File

@@ -1646,8 +1646,10 @@ ul#image-preview-list .description pre {
.dropdown.srdrop .selected {
background: transparent url(/static/droparrowwhite.gif) no-repeat scroll center right;
display: inline-block;
vertical-align: text-bottom;
padding-right: 21px;
margin: 0 5px;
padding-left: 5px; /* have to use padding instead of margin cause of ie */
color: white;
font-weight: normal;
}
@@ -1662,7 +1664,6 @@ ul#image-preview-list .description pre {
border-top: 1px dotted #369;
}
#sr-bar .separator {color: white}
#sr-bar a {color: white;}