The inlining was supposed to be temporary. As a bonus, this removes
a HTML validator error...
{%load pgfilters%}
{%block extrahead%}
<script type="text/javascript">
-/* This should be moved into a common JS file */
function onThreadSelect() {
document.location.href = '/message-id/' + document.getElementById('thread_select').value;
}
});
});
</script>
-<style>
-span.listname {
- background-color: #F7F7F7;
- padding: 0.2em;
- border: 1px solid #CFCFCF;
-}
-a.ui-selectmenu {
- text-decoration: none;
- color: black;
-}
-.ui-selectmenu-status {
- font-weight: bold;
-}
-.ui-widget {
- font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
- font-size: 1em;
-}
-.ui-selectmenu-menu, .ui-selectmenu-status {
- white-space: nowrap;
-}
-</style>
{%endblock%}
{%block contents%}
<h2>{{msg.subject}}</h2>
border-width: 0;
}
+span.listname {
+ background-color: #F7F7F7;
+ padding: 0.2em;
+ border: 1px solid #CFCFCF;
+}
+a.ui-selectmenu {
+ text-decoration: none;
+ color: black;
+}
+.ui-selectmenu-status {
+ font-weight: bold;
+}
+.ui-widget {
+ font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
+ font-size: 1em;
+}
+.ui-selectmenu-menu, .ui-selectmenu-status {
+ white-space: nowrap;
+}