From c509a016b6156e34034500803f8e18a2a9529940 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Mon, 20 Feb 2017 18:17:58 +0000
Subject: [PATCH] Neuer Ordner 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