Added advanced configuration

This commit is contained in:
Christoph Oberhofer
2015-04-25 17:57:21 +02:00
parent 36f75d2a95
commit f75da96040
12 changed files with 441 additions and 83 deletions
+24 -2
View File
@@ -13,10 +13,32 @@
}
.controls {
.reader-group {
float: right;
fieldset {
border: none;
}
.input-group {
float: left;
input, button {
display: block;
}
}
.reader-config-group {
float: right;
label {
display: block;
span {
width: 11rem;
display: inline-block;
text-align: right;
}
}
}
&:after {
content:'';
display: block;
clear: both;
}
}
#result_strip{