Dateiverwaltung für die WebBox
ulrich
2018-08-10 4a354dc5d6a3fcf7c4cf9463bb898199926c006b
web/ui/stile.css
@@ -37,6 +37,16 @@
  height: 100%;
}
/* Stile MCE-Editor */
.mce-editor {
  width: 100%;
  height: 100%;
}
.text-editor {
  width: 100%;
  height: 100%;
}
/* Stile Listenansicht */
@@ -63,7 +73,11 @@
}
.sued {
  background-color: lightgray;
  background-color: #eee;
}
.system-out {
  height: 8em;
  overflow-y: auto;
}
.west {
  flex-grow: 0;
@@ -97,7 +111,7 @@
  -webkit-overflow-scrolling: touch;
}
.datei-figure {
  width: 6em;
  width: 8em;
  cursor: pointer;
}