]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 25 Aug 2017 21:40:11 +0000 (23:40 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 26 Aug 2017 21:41:42 +0000 (23:41 +0200)
- 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>
web/resources/css/layout.css

index e942022051892063128288a22cadd6124ddab8b2..f86f0a3be65f5d0fc419f2071c297a81b66b6e81 100644 (file)
@@ -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 {