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 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'view/css') 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; } -- cgit v1.2.3