From 164482623b92da17da059c835a6647561b9233aa Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 4 Jan 2019 02:29:30 +0100 Subject: [PATCH] Add create wiki page button --- static/nryg.less | 4 ++++ templates/components/wikibox.html | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/static/nryg.less b/static/nryg.less index 1f8af5ec..fe38435f 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -85,6 +85,10 @@ input[type="text"], input[type="password"] { font-size: medium; font-family: sans-serif; width: 100%; + + &.half { + width: 50%; + } } textarea { diff --git a/templates/components/wikibox.html b/templates/components/wikibox.html index fdbcf9b8..79c9d4f6 100644 --- a/templates/components/wikibox.html +++ b/templates/components/wikibox.html @@ -1,3 +1,9 @@ +
Pagine Wiki @@ -8,5 +14,6 @@
  • {{ page.key }}
  • {% endfor %} + oppure...
    \ No newline at end of file