ulrich@undisclosed
2020-05-19 10a5439fc50f549701090f15bb1330b0d1ed28a9
In Arbeit: Piktogramme, Abmelden, Stile verfeinert
1 files deleted
1 files added
5 files modified
53 ■■■■■ changed files
web/font/picto.ttf patch | view | raw | blame | history
web/profil2/index.html 4 ●●● patch | view | raw | blame | history
web/ui2/data/tpl/nutzer-rollen-dlg.tpl 2 ●●● patch | view | raw | blame | history
web/ui2/font/pikto.ttf patch | view | raw | blame | history
web/ui2/index.html 3 ●●●● patch | view | raw | blame | history
web/ui2/js/app.js 2 ●●● patch | view | raw | blame | history
web/ui2/stile.css 42 ●●●●● patch | view | raw | blame | history
web/font/picto.ttf
Binary files differ
web/profil2/index.html
@@ -16,7 +16,9 @@
      <div class="app-titel">
        <span id="app-titel">Nutzerprofil</span>
      </div>
      <div class="top-btn-area"></div>
      <div class="top-btn-area">
        <button type="button"  title="Abmelden" class="top-btn" id="top-logout-btn"><i class="icon-off"></i></button>
      </div>
    </div>
    <div class="inhalt">
      <!-- westliche Seitenleiste -->
web/ui2/data/tpl/nutzer-rollen-dlg.tpl
@@ -3,7 +3,7 @@
    Rollen von 
    <span id="nutzer-id"></span> 
  </p>
  <button type="button" class="del-user-btn danger-btn" id="del-user-btn">Löschen</button>
  <button type="button" title="Nutzer löschen" class="del-user-btn danger-btn" id="del-user-btn"><i class="icon-user-times"></i></button>
</div>
<div class="rollen-behaelter">
  {{#List}}
web/ui2/font/pikto.ttf
Binary files differ
web/ui2/index.html
@@ -17,7 +17,8 @@
        <span id="app-titel">Nutzerverwaltung</span>
      </div>
      <div class="top-btn-area">
        <button type="button"  title="Neuer Benutzer" class="top-btn" id="top-neu-btn">+</button>
        <button type="button"  title="Neuer Benutzer" class="top-btn" id="top-neu-btn"><i class="icon-user-plus"></i></button>
        <button type="button"  title="Abmelden" class="top-btn" id="top-logout-btn"><i class="icon-off"></i></button>
      </div>
    </div>
    <div class="inhalt">
web/ui2/js/app.js
@@ -239,7 +239,7 @@
            vurl,
            inhalt,
            function (html) {
              dlg.style.flexBasis = '14em';
              dlg.style.flexBasis = '18em';
              setTimeout(function () {
                dlg.innerHTML = html;
                document.querySelector('.close-btn').addEventListener(
web/ui2/stile.css
@@ -113,15 +113,18 @@
.top-btn-area {
  /*margin-left: auto;*/
  margin: 0 1em 0 0;
}
.top-btn {
  margin: 0 1em 0 1em;
  margin: 0;
  padding: 0 0.2em 0 0.2em;
  height: 28px;
  line-height: 24px;
  text-align: center;
  font-size: large;
  background-color: white;
  /* width: 1em; */
}
.del-user-btn {
@@ -130,6 +133,7 @@
  height: 32px;
  line-height: 12px;
  text-align: center;
  font-size: medium;
}
.danger-btn {
@@ -294,14 +298,29 @@
/* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
@font-face {
  font-family: 'pikto';
  src: url('font/pikto.ttf?37040783') format('truetype');
  font-family: 'picto';
  src: url('../font/picto.eot?52325148');
  src: url('../font/picto.eot?52325148#iefix') format('embedded-opentype'),
       url('../font/picto.woff2?52325148') format('woff2'),
       url('../font/picto.woff?52325148') format('woff'),
       url('../font/picto.ttf?52325148') format('truetype'),
       url('../font/picto.svg?52325148#picto') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'picto';
    src: url('../font/picto.svg?52325148#picto') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pikto";
  font-family: "picto";
  font-style: normal;
  font-weight: normal;
  speak: none;
@@ -335,16 +354,11 @@
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-folder:before { content: '\e800'; } /* '' */
.icon-folder-open:before { content: '\e801'; } /* '' */
.icon-th-large:before { content: '\e802'; } /* '' */
.icon-th-list:before { content: '\e803'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-user:before { content: '\e800'; } /* '' */
.icon-cog:before { content: '\e801'; } /* '' */
.icon-off:before { content: '\e802'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
/* von Skeleton */