diff options
author | Tobias Markmann <tm@ayena.de> | 2016-04-18 17:36:34 (GMT) |
---|---|---|
committer | Kevin Smith <kevin.smith@isode.com> | 2016-04-22 20:23:30 (GMT) |
commit | c49381c10da2a429d2d90b05dcfbdca13a2fc7e0 (patch) | |
tree | 618be92489bc63cf0b381aca4789836a1134035c | |
parent | f2266ded1e36e806b0e4b5a6ab434dd0799bdad5 (diff) | |
download | swift-c49381c10da2a429d2d90b05dcfbdca13a2fc7e0.zip swift-c49381c10da2a429d2d90b05dcfbdca13a2fc7e0.tar.bz2 |
Increase top margin on follow up messages
This is needed because our warning icon is larger than
the success check mark icon. Without it the swatch of the
follow up messages is inside the message area.
Test-Information:
Tested on OS X 10.11.4.
Change-Id: I4d0b0c62ba1101ee2f2114311696c939249bab7f
-rw-r--r-- | Swift/resources/themes/Default/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css index c463360..5db69d7 100644 --- a/Swift/resources/themes/Default/main.css +++ b/Swift/resources/themes/Default/main.css @@ -50,7 +50,7 @@ body { } .additional { - margin-top: -14px; + margin-top: -12px; } .unread { |