update signutare
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / static / css / index / recording.css
1 html, body, iframe {
2         width: 100%;
3         height: 100%;
4         border: 0px;
5         margin: 0px;
6 }
7 div.sidebar_layer {
8     position:absolute;
9     top: 0;
10     left: 0;
11     height: 100%;
12     width: 15px;
13     background-color:gray;
14 }
15 div.control_layer {
16     position:absolute;
17     bottom:0;
18     background-color:gray;
19     height:45px;
20     width:100%;
21     float: left;
22 }
23 div.ie_layer {
24     position:absolute;
25     bottom: -1px;
26     background-color:gray;
27     height:45px;
28     width:100%;
29     float: left;
30 }
31 object { display: block;}
32 #btnQuestion {
33     font-size: 18px;
34     margin-top: 3px;
35     margin-right: 15px;
36     float: right;
37 }
38 .tooltip{
39   text-align: center;
40   color: black;
41   display: none;
42   position: absolute;
43 }
44 .tooltip .text{
45   background-color: black;
46   color:white;
47   margin-top: -15px;
48 }
49 .tooltip .arrow {margin-bottom: 8px;margin-top: -5px;}
50 input[type="button"] {
51     -webkit-appearance: square-button;
52 }