Added identifier confidence

This commit is contained in:
Šesták Vít
2017-10-09 15:46:23 +02:00
parent 1097e77d1c
commit 8688ffd730
6 changed files with 27 additions and 3 deletions
+16 -1
View File
@@ -249,4 +249,19 @@ h3.library-identification{
}
#scan-results{
margin-top: 64px;
}
}
.confidence{
border: 1px solid grey;
color: grey;
height: 1.5em;
width: 1.5em;
vertical-align: middle;
text-align: center;
display: inline-block;
border-radius: 1em;
margin-right: 5px;
}
.confidence .fa{
position: relative;
top: -0.5ex;
}