diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-04 19:30:43 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-04 19:30:43 +0100 |
commit | c8b64cf87a3ff10abac92835c07b1dd76319f185 (patch) | |
tree | 0a86fd68612ab35cccec3567015c60633cb526f8 /pyserver/static/base.css | |
parent | c38706b3c8bbaec638cc49745fd71dfb14df37e5 (diff) | |
parent | 327b71b05b60a03e56fad618b51fbccd06c3776d (diff) | |
download | pcitool-c8b64cf87a3ff10abac92835c07b1dd76319f185.tar.gz pcitool-c8b64cf87a3ff10abac92835c07b1dd76319f185.tar.bz2 pcitool-c8b64cf87a3ff10abac92835c07b1dd76319f185.tar.xz pcitool-c8b64cf87a3ff10abac92835c07b1dd76319f185.zip |
Integrate last part of Python code from Vasiliy Chernov
Diffstat (limited to 'pyserver/static/base.css')
-rw-r--r-- | pyserver/static/base.css | 22 |
1 files changed, 1 insertions, 21 deletions
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; } + |