#348: Wrong alignment of reporter, opened, type and status fields
------------------------+-----------------------
Reporter: gjm | Owner: nobody
Type: defect | Status: new
Priority: minor | Milestone: Release 4
Component: dashboard | Version:
Resolution: | Keywords:
------------------------+-----------------------
Comment (by gjm):
I couldn't resist a quick look at the issue.. Given the fix from #242, I
think something like the following should work:
{{{
#!diff
Index: bloodhound_theme/bhtheme/templates/bh_ticket.html
===================================================================
--- bloodhound_theme/bhtheme/templates/bh_ticket.html (revision 1431144)
+++ bloodhound_theme/bhtheme/templates/bh_ticket.html (working copy)
@@ -310,7 +310,7 @@
setup_sticky_panel('#overview');
</script>
- <div>
+ <div id="basic-properties">
<div class="row">
<div class="span4">
<div class="row">
Index: bloodhound_theme/bhtheme/htdocs/bloodhound.css
===================================================================
--- bloodhound_theme/bhtheme/htdocs/bloodhound.css (revision 1430903)
+++ bloodhound_theme/bhtheme/htdocs/bloodhound.css (working copy)
@@ -218,7 +218,7 @@
padding-left: 5px;
}
-.ticket .properties .enum h5 {
+.ticket .properties .enum h5, #basic-properties h5 {
margin-top: 0px;
}
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/348#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker