Project

General

Profile

1
.widget-container {
2
    position: fixed;
3
    left: 50%;
4
    top: 50%;
5
    z-index: 1000;
6
    padding: 19px;
7
    margin-left: -167px;
8
    margin-top: -311px;
9
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
10
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
11
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
12
    border: 1px solid #e3e3e3;
13
    border-radius: 4px;
14
    outline: 0;
15
    min-height: 20px;
16
    background-color: #f5f5f5;
17
    cursor: move;
18
}
19

    
20
.widget-container:hover, .widget-container:active{
21
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
22
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
23
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
24
}
25

    
26
.close {
27
    float: right;
28
    padding: 0;
29
    cursor: pointer;
30
    background: transparent;
31
    border: 0;
32
    font-size: 21px;
33
    font-weight: bold;
34
    opacity: 0.2;
35
}
36

    
37
.b2note-iframe {
38
    width: 100%;
39
    height: 600px;
40
    border: 1px solid #dddddd;
41
}
(2-2/4)