Improved versions of the examples-pages. Now including the possibility to switch between Code128 and EAN.

This commit is contained in:
Christoph Oberhofer
2014-11-04 21:28:14 +01:00
parent 5e4c3aeb55
commit d806d48b0f
10 changed files with 152 additions and 52 deletions
+15 -2
View File
@@ -12,19 +12,31 @@
}
}
.controls {
.reader-group {
float: right;
border: none;
}
}
#result_strip{
margin: 10px 0;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
padding: 10px 0;
overflow: auto;
ul.thumbnails{
padding: 0;
margin: 0;
list-style-type: none;
width: auto;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
& > li{
float: left;
display: inline-block;
vertical-align: middle;
width: $videoWidth/4;
.thumbnail{
padding: 5px;
@@ -35,6 +47,7 @@
max-width: $videoWidth/4 - 20px;
}
.caption{
white-space: normal;
h4{
text-align: center;
word-wrap: break-word;