From 235b82166e714641f08ca086a3c50e2dde9e7d14 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 17 Oct 2018 14:47:09 +0200 Subject: [PATCH] Add a bit of styling. Still need a lot of works --- resources/texts/_contentManager.html | 123 ++++++++++++++++++++------- 1 file changed, 90 insertions(+), 33 deletions(-) diff --git a/resources/texts/_contentManager.html b/resources/texts/_contentManager.html index bfe2961..c567ad6 100644 --- a/resources/texts/_contentManager.html +++ b/resources/texts/_contentManager.html @@ -94,9 +94,60 @@ function init() { } @@ -110,46 +161,52 @@ function init() {
  • Content type:
  • -
    +
    -
    - File nameSizeDateContent type +
    + + File name + Size + Date + Content type +
    -
      -
    • -
      - - {{ book.title }} - - - {{ niceBytes(book.size) }} - - - {{ book.date }} - - - {{ book.tags }} - - - - - - -
      -
      - {{ book.description }} -
      -
    • -
    +
    + + + + + + {{ book.title }} + + + {{ niceBytes(book.size) }} + + + {{ book.date }} + + + {{ book.tags }} + + + + + + + +

    + {{ book.description }} +

    +