0
|
1 .windowWidget{
|
|
2 position:fixed;
|
|
3 background:#333;
|
|
4 padding:5px 10px 10px 10px;
|
|
5 left:20px;
|
|
6 -webkit-border-radius: 5px;
|
|
7 -moz-border-radius: 5px;
|
|
8 border-radius: 5px;
|
|
9 cursor:move;
|
|
10 box-shadow:3px 3px 12px 3px rgba(20%,20%,20%,0.6);
|
|
11 }
|
|
12 .windowWidgetBar{
|
|
13 width:inherit;
|
|
14 height:20px;
|
|
15 margin-bottom:5px;
|
|
16 padding:0px;
|
|
17 }
|
|
18 .visibilityButton{
|
|
19 width:14px;
|
|
20 height:14px;
|
|
21 font-size:14px;
|
|
22 line-height:14px;
|
|
23 text-align:center;
|
|
24 background:#ffde00;
|
|
25 color:#524700;
|
|
26 margin-top:3px;
|
|
27 display:inline-block;
|
|
28 -webkit-border-radius: 7px;
|
|
29 -moz-border-radius: 7px;
|
|
30 border-radius: 7px;
|
|
31 cursor:pointer;
|
|
32 }
|
|
33 .title{
|
|
34 font-size:18px;
|
|
35 line-height:20px;
|
|
36 display:inline-block;
|
|
37 color:#fff;
|
|
38 margin-left:20px;
|
|
39 }
|
|
40 .content{
|
|
41 overflow:auto;
|
|
42 cursor:initial;
|
|
43 }
|