From: Roland Häder <roland@mxchange.org>
Date: Fri, 25 Aug 2017 21:40:11 +0000 (+0200)
Subject: Please cherry-pick:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7529ac0e7fc36fbc512b617dff0843fe1e0d6a42;p=jfinancials-war.git

Please cherry-pick:
- yet-another CSS fix: .message_header needs rounded corner in up right corner
  to no overlap the box' round corner ... or?

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/web/resources/css/layout.css b/web/resources/css/layout.css
index e9420220..f86f0a3b 100644
--- a/web/resources/css/layout.css
+++ b/web/resources/css/layout.css
@@ -275,6 +275,7 @@ ul.footer_nav li.footer_copyright {
 .message_header {
 	border-bottom: 1px solid #888888;
 	background-image: linear-gradient(#eeeeee, #aaaaaa);
+	border-top-right-radius: 8px;
 }
 
 .okay {