Commit 95684c95cb8825fb210b7fdb8c1bd2eb289c9e8b
1 parent
b1f36dd0
Exists in
master
and in
13 other branches
Fixing message-preview quiet
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/colab/static/css/screen.css
src/super_archives/templates/message-preview.html
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | </span> |
33 | 33 | |
34 | 34 | <div class="quiet"> |
35 | - <span class="left"> | |
35 | + <span class="pull-left"> | |
36 | 36 | {% trans "by" %} |
37 | 37 | {% if doc.from_address.get_full_name %} |
38 | 38 | <a href="{{ doc.from_address.get_profile_link }}"> |
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 | {% endif %} |
44 | 44 | </span> |
45 | 45 | |
46 | - <span class="right"> | |
46 | + <span class="pull-right"> | |
47 | 47 | {{ doc.modified|timesince }} |
48 | 48 | {% trans "ago" %} |
49 | 49 | </span> | ... | ... |