From 15691d3ced329dd8d6aa2c4fa7ca1ec1886a1c70 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 20 Sep 2017 15:03:57 +0200 Subject: wiki css fixes --- view/css/mod_wiki.css | 15 ++++++++------- view/tpl/wikilist.tpl | 12 ++++++------ 2 files changed, 14 insertions(+), 13 deletions(-) (limited to 'view') diff --git a/view/css/mod_wiki.css b/view/css/mod_wiki.css index a16ab47c5..4e4c71e1d 100644 --- a/view/css/mod_wiki.css +++ b/view/css/mod_wiki.css @@ -33,17 +33,18 @@ width: 100%; } +td i { + padding: 7px 5px; + cursor: pointer; +} + #wikis-index th:nth-child(1), #wikis-index td:nth-child(1){ padding: 7px 3px 7px 10px; } -#wikis-index th:nth-child(6), -#wikis-index td:nth-child(6){ - padding: 7px 10px 7px 7px; -} - -.wikis-index-tool { - padding: 7px 10px; +#wikis-index th:nth-last-child(1), +#wikis-index td:nth-last-child(1){ + padding-right: 10px; } diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl index 094c1e265..801cb17fd 100644 --- a/view/tpl/wikilist.tpl +++ b/view/tpl/wikilist.tpl @@ -29,11 +29,11 @@ {{$name}} {{$type}} - + {{if $owner}} - + {{/if}} - + {{if $owner}} {{/if}} @@ -43,15 +43,15 @@ {{$wiki.title}} {{if $wiki.typelock}}{{$wiki.mimeType}}{{else}}{{$unlocked}}{{/if}} {{if $owner}} - + {{/if}} - + {{if $wiki.lockstate == 'lock'}} {{/if}} - + {{if $owner}} {{/if}} -- cgit v1.2.3