From 4f01b813c127607a7025faff4ac693e049ea4101 Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 13 Jan 2021 17:26:37 +0000 Subject: [PATCH] Listenansicht und Umschaltung fertig --- web/ui2/stile.css | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index e8ef058..41de60a 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -79,6 +79,12 @@ padding: 0.5em; } +.zentrum-liste { + display: flex; + flex-flow: row; + flex-wrap: wrap; +} + /* Anmerkungen: 1.) min.height: 0 fuer body und inhalt ist gegen einen Bug, vgl. @@ -94,6 +100,16 @@ .pointer-cursor { cursor: pointer; +} + +.breadcrumb { + background-color: beige; + padding: 0.2em; + font-size: medium; +} + +.pull-right { + float: right; } .dialog { @@ -130,6 +146,11 @@ color: #b8b8b8; } +.datei-gewaehlt { + background-color: lightblue; +} + + /* für app-menu */ -- Gitblit v1.9.3