52 lines
733 B
CSS
52 lines
733 B
CSS
|
|
body{
|
||
|
|
width:100%;
|
||
|
|
height:100%;
|
||
|
|
overflow:hidden;
|
||
|
|
}
|
||
|
|
iframe#results{
|
||
|
|
border:0;
|
||
|
|
outline:none;
|
||
|
|
width:100%;
|
||
|
|
height:67%;
|
||
|
|
display:block;
|
||
|
|
position:fixed;
|
||
|
|
}
|
||
|
|
.icon-warning-sign{
|
||
|
|
padding-right:10px;
|
||
|
|
}
|
||
|
|
#settings input{
|
||
|
|
margin-bottom:0;
|
||
|
|
}
|
||
|
|
.controls{
|
||
|
|
width:100%;
|
||
|
|
background-color: #F7F7F9;
|
||
|
|
border: 1px solid #E1E1E8;
|
||
|
|
padding: 8px;
|
||
|
|
height:20%;
|
||
|
|
overflow:auto;
|
||
|
|
margin-bottom:0;
|
||
|
|
}
|
||
|
|
.controls .box{
|
||
|
|
float:left;
|
||
|
|
}
|
||
|
|
.controls .box:after{
|
||
|
|
content:".";
|
||
|
|
height:0;
|
||
|
|
visibility:hidden;
|
||
|
|
display:none;
|
||
|
|
opacity:0;
|
||
|
|
clear:both;
|
||
|
|
}
|
||
|
|
.controls ul, .controls ol{
|
||
|
|
box-shadow: 20px 0 0 #FBFBFC inset;
|
||
|
|
padding-left:3px;
|
||
|
|
list-style:none;
|
||
|
|
}
|
||
|
|
.controls li input{
|
||
|
|
margin:0;
|
||
|
|
margin-right:10px;
|
||
|
|
}
|
||
|
|
.controls .lead{
|
||
|
|
padding:3px 14px;
|
||
|
|
color:#fa0;
|
||
|
|
}
|