From ebe9695cc67ccaa450035402d85b97d1a4a6b17e Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 10 Jul 2013 12:00:38 +0200 Subject: [PATCH] Temporary CSS fixes for treeview. --- templates/2k11/admin/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index ac604dd3..352d7f2d 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1881,6 +1881,25 @@ input[name="serendipity[filter][fileCategory]"] { margin: 0 2% 1em 0; } +/* TEMP fixes for tree view */ +#expandcontractdiv { + font-size: 1em !important; + margin: .75em auto !important; +} + +#footerContainer { + margin-left: .75em !important; + margin-right: .75em !important; +} + +#footerContainer .button_link { + display: block; +} + +.ygtvitem table { + margin: 0; +} +/* end TEMP fixes */ /* MAGNIFIC POPUP https://github.com/dimsemenov/Magnific-Popup ----------------------------------------------------------------- */