mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
fix ie rendering issue with the dropdown
This commit is contained in:
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user