Dateiverwaltung für die WebBox
ulrich
2018-03-04 c30d2d7b5f87d6a3aaeffbb6b0298a1ac3647afe
Stile und Vorlage angepasst
2 files modified
6 ■■■■ changed files
web/ui/index.html 4 ●●●● patch | view | raw | blame | history
web/ui/stile.css 2 ●●● patch | view | raw | blame | history
web/ui/index.html
@@ -25,11 +25,11 @@
          {{#mini}}
            {{#dia}}
              <a href="{{bildurl}}" data-fancybox="group" data-caption="">
                <img class="datei" src="{{miniurl}}"  width="60" height="40" />
                <img class="datei" src="{{miniurl}}" />
              </a>
            {{/dia}}
            {{^dia}}
              <img class="datei" src="{{miniurl}}"  width="60" height="40" />
              <img class="datei" src="{{miniurl}}" />
            {{/dia}}
          {{/mini}}
          {{^mini}}
web/ui/stile.css
@@ -111,7 +111,7 @@
  -webkit-overflow-scrolling: touch;
}
.datei-figure {
  width: 6em;
  width: 8em;
  cursor: pointer;
}