From bc837c6ca32e68178cd1fbbd2b00a0cee8ceae54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 6 Apr 2018 10:47:18 +0200 Subject: [PATCH] give full width to header (#21237) --- src/pfwbged/theme/diazo_resources/static/main.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pfwbged/theme/diazo_resources/static/main.css b/src/pfwbged/theme/diazo_resources/static/main.css index 5a6abaf..599ba46 100644 --- a/src/pfwbged/theme/diazo_resources/static/main.css +++ b/src/pfwbged/theme/diazo_resources/static/main.css @@ -11,9 +11,7 @@ div.width-full { div#portal-top { background: #1e1f3b url(admin-alpha-header.png) no-repeat right top; - margin: 0.5% 0.5% 4px 0.5%; - border-radius: 1ex 1ex 0 0; - width: 99%; + margin: 0 0 0 0; box-shadow: 0 2px 2px black; position: relative; } @@ -62,9 +60,8 @@ div#portal-body { background: #a2b2b4; background: #3e5975 url(admin-alpha-header.png) no-repeat right -95px; box-shadow: 0 2px 2px black; - margin: 0 0.5% 0.5% 0.5%; + margin: 0 0 0.5% 0; border-radius: 0 0 1ex 1ex; - width: 99%; position: relative; } @@ -231,7 +228,7 @@ div.table-container table tr.even td { #portal-down a.open { background-color: #1e2d3a; color: #e8e8e7; - border-radius: 5px; + border-radius: 0 0 0 5px; display: inline-block; width: 32px; padding: 3px 0px;