Dateiverwaltung für die WebBox
ulrich
2017-03-06 ea1ae0d0da0d945518a99e7d6e96670e7e28fb45
eigene Stile fuer TinyMCE; Link zur Hauptseite auf Login-Form
3 files modified
11 ■■■■■ changed files
web/login_form.html 6 ●●●●● patch | view | raw | blame | history
web/ui/mce.css 2 ●●●●● patch | view | raw | blame | history
web/ui/ui.js 3 ●●●● patch | view | raw | blame | history
web/login_form.html
@@ -56,6 +56,9 @@
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }
      .backlink {
        margin-top: 2em;
      }
    </style>
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -79,8 +82,11 @@
        </label>
        -->
        <button class="btn btn-lg btn-primary btn-block" type="submit">Senden</button>
        <p class="backlink"><a href="/">zurück zur Hauptseite</a></p>
      </form>
    </div> <!-- /container -->
  </body>
web/ui/mce.css
@@ -18,3 +18,5 @@
body {font-size: 1em;}
p.myClass {color: blue;}
web/ui/ui.js
@@ -129,7 +129,7 @@
    selector: "textarea.text-editor",
    statusbar: false,
    menubar: false,
    plugins: 'advlist charmap code image link lists media print preview save table textcolor',
    plugins: 'advlist charmap code image link lists media print preview save table textcolor importcss',
    toolbar: 'undo redo | styleselect | image | link unlink | bullist numlist | outdent indent | code',
    /*
    menu: {
@@ -139,6 +139,7 @@
    },
    */
    resize: 'both',
    importcss_append: true,
    width: "100%",
    height: '100%',
    document_base_url : base + "/",