Replace angular templating by homemade for speed purpose

This commit is contained in:
Gaël Métais
2015-03-16 12:30:05 +01:00
parent 15653ef961
commit 0947724245
4 changed files with 605 additions and 483 deletions
+7
View File
@@ -212,6 +212,9 @@
.table .child span:hover {
background: #EBD8E2;
}
.table .child span:hover div {
display: inline-block;
}
.table .child span:hover .childArgs {
display: block;
position: absolute;
@@ -245,6 +248,7 @@
width: 0.8em;
}
.detailsOverlay {
display: none;
position: absolute;
right: 3em;
top: -3em;
@@ -261,6 +265,9 @@
width: 25em;
}
}
.showDetails .detailsOverlay {
display: block;
}
.detailsOverlay .closeBtn {
position: absolute;
top: 0.5em;