fixed ie rendering bug

This commit is contained in:
spez
2008-11-07 11:09:08 -08:00
parent 5448f36c31
commit 61fdbfcf97
3 changed files with 8 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ def cached_query(query, sr):
query._read_cache = read_cache
res = list(query)
return res
def get_hot(sr):

View File

@@ -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;

View File

@@ -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">