[damned-lies] Fixed display of vertimus comment when many actions are posted
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Fixed display of vertimus comment when many actions are posted
- Date: Wed, 31 Oct 2012 19:46:50 +0000 (UTC)
commit 4c085d8dd85a82c37f4172e60d951d14d98a2e07
Author: Claude Paroz <claude 2xlibre net>
Date: Wed Oct 31 20:43:23 2012 +0100
Fixed display of vertimus comment when many actions are posted
Fixes bug #686014. Thanks Pavol KlaÄanskà for the report.
common/static/css/template.css | 1 +
templates/vertimus/vertimus_detail.html | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/common/static/css/template.css b/common/static/css/template.css
index 0383896..17fd8eb 100644
--- a/common/static/css/template.css
+++ b/common/static/css/template.css
@@ -701,6 +701,7 @@ div.uploaded_file {
float: right;
padding: 1px;
margin: -10px 0 0 5px;
+ max-width: 50%;
}
div.face_image {
float: left;
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index c8a3208..03e1444 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -201,7 +201,7 @@ $(document).ready(function() {
{% else %}
<p><em>{% trans "No comment" %}</em></p>
{% endif %}
- <br/>
+ <div class="clear"></div>
</div>
</div>
{% endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]