added style.css
This commit is contained in:
parent
ac886f3c79
commit
2f8514bc30
52
css/style.css
Normal file
52
css/style.css
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user