[damned-lies] More prominent style for on-going activities warning



commit d019b0d00e2a375d169180bdc9d7cbc0bf0038a0
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue Mar 12 19:04:22 2013 +0100

    More prominent style for on-going activities warning
    
    Fixes bug #694213. Thanks Alexandre Franke for the report.

 templates/vertimus/vertimus_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 03e1444..005faac 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -129,7 +129,7 @@ $(document).ready(function() {
 {% endif %}
 
 {% if other_states %}
-<div style="margin-top:1.2em; clear: both;">
+<div class="errornote">
   <img src="{{ STATIC_URL }}img/warn.png" alt="Warning logo" />
   {% trans "On-going activities in same module:" %}
   {% for st in other_states %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]