Author: gjm
Date: Tue Feb 19 04:05:29 2013
New Revision: 1447585
URL: http://svn.apache.org/r1447585
Log:
fixing report and custom query title alignments - #397
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_view.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html?rev=1447585&r1=1447584&r2=1447585&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
(original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_query.html
Tue Feb 19 04:05:29 2013
@@ -51,7 +51,7 @@
<body>
<div id="content" class="query row">
- <h1>$title <small class="numrows">(${ngettext('%(num)s match', '%(num)s
matches', query.num_items)})</small></h1>
+ <span class="span12"><h1>$title <small
class="numrows">(${ngettext('%(num)s match', '%(num)s matches',
query.num_items)})</small></h1></span>
<div py:if="description" id="description" class="span12"
xml:space="preserve">
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_view.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_view.html?rev=1447585&r1=1447584&r2=1447585&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_view.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_view.html
Tue Feb 19 04:05:29 2013
@@ -36,9 +36,9 @@
<body>
<div id="content" class="report row">
- <h1>$title
+ <span class='span12'><h1>$title
<small py:if="numrows" class="numrows">(${ngettext('%(num)s match',
'%(num)s matches', numrows)})</small>
- </h1>
+ </h1></span>
<div class="span9">
<div py:if="description" id="description" xml:space="preserve">