From af99308ac8192fd47be8f6ec030f973a0bf23072 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Tue, 03 Apr 2018 08:35:13 +0000
Subject: [PATCH] Packen von Ordnern hergestellt

---
 web/proto/stile.css |   63 +++++++++++++++++++++++++++----
 1 files changed, 55 insertions(+), 8 deletions(-)

diff --git a/web/proto/stile.css b/web/proto/stile.css
index 4f6dfd0..aedae23 100644
--- a/web/proto/stile.css
+++ b/web/proto/stile.css
@@ -1,11 +1,58 @@
 
-html, body {
-  height: 100%;
-}
-.alles {
-  height: 100%;
-}
 
-.tbl-view {
+
+/* Stile Listenansicht */
+
+html {
+  margin: 0;
+  padding: 0;
+  height: 100%; /* Anmerkung 2 */
+}
+body {
+  margin: 0;
+  padding: 0;
+  height: 100%; /* Anmerkung 2 */
+  min-height: 0; /* Anmerkung 1 */
+  display: flex;
+  flex-flow: column;
+}
+.inhalt {
+  display: flex;
+  flex-flow: row;
+  height: 100%; /* Anmerkung 2 */
+  min-height: 0; /* Anmerkung 1 */
+}
+.nord {
+
+}
+.sued {
+  background-color: lightgray;
+}
+.west {
+  flex-grow: 0;
+  flex-shrink: 0;
+  flex-basis: 10em;  
+}
+.ost {
+  flex-grow: 0;
+  flex-shrink: 0;
+  flex-basis: 10em;
+  background-color: antiquewhite;
+}
+.zentrum {
+  width: 100%;
+  height: 100%;
+  display: flex;
+  flex-flow: column;
+}
+.zentrum-bc {
+}
+.zentrum-liste {
+  width: 100%;
+  height: 100%;
   overflow: auto;
-}
\ No newline at end of file
+  -webkit-overflow-scrolling: touch;
+}
+.datei-figure {
+  width: 6em;
+}

--
Gitblit v1.9.3