Author: rjollos
Date: Sun Jun 2 17:02:16 2013
New Revision: 1488742
URL: http://svn.apache.org/r1488742
Log:
Refs #466: Dismiss button was not positioned in upper right corner of div.
Modified:
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_alert.html
Modified:
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_alert.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_alert.html?rev=1488742&r1=1488741&r2=1488742&view=diff
==============================================================================
---
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_alert.html
(original)
+++
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_alert.html
Sun Jun 2 17:02:16 2013
@@ -29,8 +29,8 @@
<span class="label ${labels[msgtype or None]}" py:if="msglabel">
$msglabel
</span>
- $msgbody
<button type="button" class="close" data-dismiss="alert">×</button>
+ $msgbody
</p>
<py:if test="msgdetails">
<dl class="dl-horizontal">