diff options
author | Tobias Markmann <tm@ayena.de> | 2016-04-06 15:10:12 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-04-06 15:10:12 (GMT) |
commit | af60327f18a1b9a12330a14623c7c38958d12146 (patch) | |
tree | 96582f8948d03190479190888cee9a084c3eb418 /Swift/resources/themes/Default/Outgoing/Content.html | |
parent | d881c4ff390a21c499fd6bc685738cf4e3fabfbd (diff) | |
download | swift-af60327f18a1b9a12330a14623c7c38958d12146.zip swift-af60327f18a1b9a12330a14623c7c38958d12146.tar.bz2 |
Move ack indicator position and reduce height of followup messages
This patch moves the message receipt/ack indicator into the
colored swatch right of the avatar. This allows followup
messages to be reduced in their height so they consume less
space.
Test-Information:
Tested 1-to-1 and MUC chats that the patch works as expected.
Change-Id: I8bb3ccdc36338b1c1f4361b323ca09ffac30336a
Diffstat (limited to 'Swift/resources/themes/Default/Outgoing/Content.html')
-rw-r--r-- | Swift/resources/themes/Default/Outgoing/Content.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Swift/resources/themes/Default/Outgoing/Content.html b/Swift/resources/themes/Default/Outgoing/Content.html index 7100748..439b5c2 100644 --- a/Swift/resources/themes/Default/Outgoing/Content.html +++ b/Swift/resources/themes/Default/Outgoing/Content.html @@ -3,13 +3,14 @@ <div class="user"> <div class="time"> <p>%time%</p> - <span class="swift_ack"></span> - <span class="swift_receipt"></span> </div> <div class="myavatar"> <img src="%userIconPath%"/> </div> - <div class="myright"></div> + <div class="myright"> + <span class="swift_ack"></span> + <span class="swift_receipt"></span> + </div> </div> <div class="text"> <p class="myusername">%wrapped_sender%</p> |