6b5b717fbbcabcc1eb598608a30f3b1e3fc72146
[portal/sdk.git] /
1 .dashboard-widget-area {
2     margin: 10px 0 30px;
3     min-height: 200px;
4 }
5
6 .widget-container {
7     float:left;
8     display: inline-block;
9     width: 33%;
10     padding-bottom: 1em;
11 }
12
13 .widget {
14     margin: 0 1em 0 0;
15     background-color: white;
16     border: 2px solid #444;
17     border-radius: 5px;
18     position: relative;
19     height: 100%;
20 }
21 .widget-header {
22     overflow: hidden;
23 }
24 .widget-header .label {
25     display: inline-block;
26     vertical-align: middle;
27 }
28 .widget-header .glyphicon {
29     cursor: pointer;
30     float: right;
31     opacity: 0.5;
32     margin-left: 5px;
33 }
34 .widget-header .glyphicon:hover {
35     opacity: 1;
36 }
37 .widget-header .widget-title {
38     vertical-align: middle;
39 }
40 .widget-header form.widget-title {
41     display: inline;
42 }
43
44 .widget-header form.widget-title input.form-control {
45     width: auto;
46     display: inline-block;
47 }
48
49 .widget-content {
50     overflow: hidden;
51 }
52
53 .widget .widget-ew-resizer {
54     position: absolute;
55     width: 5px;
56     right: -2px;
57     height:100%;
58     top:0;
59     cursor: ew-resize;
60 }
61
62 .widget .widget-s-resizer {
63     cursor: ns-resize;
64     height: 5px;
65     width: 100%;
66     bottom: -7px;
67     left: 0;
68 }
69
70 .widget .widget-resizer-marquee {
71     box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
72     position: absolute;
73     top: 0;
74     left: 0;
75     z-index: 2;
76 }
77
78 .remove-layout-icon {
79     vertical-align: text-top;
80     cursor: pointer;
81     opacity: 0.3;
82 }
83 .remove-layout-icon:hover {
84     opacity: 1;
85 }
86 .layout-title {
87     display: inline-block;
88 }