mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
fixed ie rendering bug
This commit is contained in:
@@ -72,7 +72,7 @@ def cached_query(query, sr):
|
||||
|
||||
query._read_cache = read_cache
|
||||
res = list(query)
|
||||
|
||||
|
||||
return res
|
||||
|
||||
def get_hot(sr):
|
||||
|
||||
@@ -92,6 +92,7 @@ input[type=checkbox], input[type=radio] { margin-top: .4em; }
|
||||
position: relative;
|
||||
_height: 0px; /*ie6 hack*/
|
||||
background-color: #cee3f8;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#header-img {margin-top: 2px;}
|
||||
@@ -594,6 +595,8 @@ before enabling */
|
||||
border: none;
|
||||
}
|
||||
|
||||
.organic-help-button { padding: 0 .5ex; }
|
||||
|
||||
.sponsored-tagline {
|
||||
color: #808080;
|
||||
bottom: 0;
|
||||
|
||||
@@ -38,12 +38,14 @@
|
||||
fmt = _("Click %(here)s to disable this feature."),
|
||||
fmt_param = "here",
|
||||
question = _("are you sure?"),
|
||||
yes = _("yes"), no = _("no"))}
|
||||
yes = _("yes"), no = _("no"),
|
||||
a_class="organic-help-button")}
|
||||
%endif
|
||||
${state_button("nvm" + name, name, _("here"),
|
||||
"hide('%s-help'); return false;" % name, "",
|
||||
fmt = _("Click %(here)s to close help."),
|
||||
fmt_param = "here")}
|
||||
fmt_param = "here",
|
||||
a_class="organic-help-button")}
|
||||
</div>
|
||||
<div id="${name}-gone" style="display:none" >
|
||||
<p style="margin-left:5px">
|
||||
|
||||
Reference in New Issue
Block a user