From 45313dbc6e5efdbd6b8d15eec4cc035cfa1458a4 Mon Sep 17 00:00:00 2001 From: Crono Date: Fri, 3 Aug 2018 11:11:32 +0200 Subject: [PATCH] =?UTF-8?q?'interblue/interblue.css'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interblue/interblue.css | 48 ++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/interblue/interblue.css b/interblue/interblue.css index fa34b18..bd39430 100755 --- a/interblue/interblue.css +++ b/interblue/interblue.css @@ -27,7 +27,7 @@ } } -@-moz-document regexp(".*tree_tool\\.pl.*") { +@-moz-document regexp(".*tree_tool\\.pl.*"), regexp(".*info_popup\\.pl.*") { /* Hintergrundfarbe in der Baumverwaltung */ body { background: white !important; @@ -596,16 +596,40 @@ body { width: calc(100% - 1rem); } -.ph_cols { - display: flex; - flex-flow: row wrap; - align-content:flex-start; -} + .ph_cols { + display: flex; + flex-flow: row wrap; + align-content:flex-start; + } -.ph { - background-color: white !important; - border-radius: 1rem !important; - padding: 1.2rem; - border-left: 0.3rem solid darkgray; -} + .ph { + background-color: white !important; + border-radius: 1rem !important; + padding: 1.2rem; + border-left: 0.3rem solid darkgray; + } + + /* + Bessere Unterscheidung von MVP Zeilen + */ + + div.mvp-row.alternative { + background: none; + } + + div.mvp-row { + border-top: 1rem dotted #4665AC; + padding-top: 2rem; + margin-top: 1rem; + } + + .mvp-rowcount { + top: 1rem !important; + left: 0.5rem !important; + color: #fff !important; + background: #4665AC; + padding: 0.35rem 0.7rem; + border-radius: 1rem; + font-size: 2rem; + } } \ No newline at end of file