diff options
author | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-13 18:24:08 +0200 |
commit | 7d916647e1b82fcc8a17b68d3ae0615af42f53e0 (patch) | |
tree | da83387a203c3b25980c4a5068418862c2b6a0a9 /style | |
parent | Still working in modularization cleanup and refinement (diff) | |
download | slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.gz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.tar.xz slx-admin-7d916647e1b82fcc8a17b68d3ae0615af42f53e0.zip |
Get baseconfig ready for modularization
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 22 |
1 files changed, 16 insertions, 6 deletions
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; } +*/ |