From c79d43273769d88f7129a3d53c80b85a6dc1946c Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Thu, 3 Mar 2016 15:38:32 +0100 Subject: 1. Pcipywrap: add persistent locking wrappings 2. html-server: - add scripts tab - change tab view to jQuery tabs --- pyserver/static/base.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'pyserver/static/base.css') diff --git a/pyserver/static/base.css b/pyserver/static/base.css index 15c2249..5c727aa 100644 --- a/pyserver/static/base.css +++ b/pyserver/static/base.css @@ -1,24 +1,3 @@ -.tabs > div, .tabs > input { display: none; } - -.tabs label { - padding: 5px; - border: 1px solid #aaa; - line-height: 28px; - cursor: pointer; - position: relative; - bottom: 1px; - background: #fff; -} - -.tabs input[type="radio"]:checked + label { border-bottom: 2px solid #fff; } - -.tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1), -.tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2) { - display: block; - padding: 5px; - border: - 1px solid #aaa; -} .tree { height: 85vh; padding: 5px; @@ -44,3 +23,4 @@ text-align: left; } + -- cgit v1.2.3