From 7d916647e1b82fcc8a17b68d3ae0615af42f53e0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 13 May 2016 18:24:08 +0200 Subject: Get baseconfig ready for modularization --- style/default.css | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'style') diff --git a/style/default.css b/style/default.css index 74997381..9fa2db8d 100644 --- a/style/default.css +++ b/style/default.css @@ -342,12 +342,12 @@ nav.sidebar li { .main { - float:right; - margin-left:240px; - margin-top:32px; - min-width:900px; - position:absolute; - width:calc(100%-200px); + float: right; + margin-left: 240px; + margin-top: 32px; + min-width: 900px; + position: absolute; + width: calc(100% - 200px); } .navbar-inverse,.sidebar-bg @@ -525,6 +525,16 @@ section{ border-top-left-radius: 0; } +.slx-cfg-toggle > input[type=checkbox] ~ label { + font-weight: normal; +} + +.slx-cfg-toggle > input[type=checkbox]:checked ~ label { + font-weight: bold; +} + +/* what's this? textarea.form-control .editor-box{ height: 520px; } +*/ -- cgit v1.2.3-55-g7522