summaryrefslogtreecommitdiffstats
path: root/pyserver/static/base.css
diff options
context:
space:
mode:
authorVasilii Chernov <vchernov@inr.ru>2016-03-03 15:38:32 +0100
committerVasilii Chernov <vchernov@inr.ru>2016-03-03 15:38:32 +0100
commitc79d43273769d88f7129a3d53c80b85a6dc1946c (patch)
tree0b8071b6261d74ef8bdf50a029525546250369ed /pyserver/static/base.css
parentee16e47966afe180d3c32e2b1d93301052894fac (diff)
downloadpcitool-c79d43273769d88f7129a3d53c80b85a6dc1946c.tar.gz
pcitool-c79d43273769d88f7129a3d53c80b85a6dc1946c.tar.bz2
pcitool-c79d43273769d88f7129a3d53c80b85a6dc1946c.tar.xz
pcitool-c79d43273769d88f7129a3d53c80b85a6dc1946c.zip
1. Pcipywrap: add persistent locking wrappings
2. html-server: - add scripts tab - change tab view to jQuery tabs
Diffstat (limited to 'pyserver/static/base.css')
-rw-r--r--pyserver/static/base.css22
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;
}
+