From 2f8514bc301d891af6da9572651b5111cba4e7d1 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Thu, 11 May 2017 19:25:16 +0200 Subject: [PATCH] added style.css --- css/style.css | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..dd9721e --- /dev/null +++ b/css/style.css @@ -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; +} \ No newline at end of file