summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/components/directives/dashboard/dashboard.less
blob: 6b5b717fbbcabcc1eb598608a30f3b1e3fc72146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.dashboard-widget-area {
    margin: 10px 0 30px;
    min-height: 200px;
}

.widget-container {
    float:left;
    display: inline-block;
    width: 33%;
    padding-bottom: 1em;
}

.widget {
    margin: 0 1em 0 0;
    background-color: white;
    border: 2px solid #444;
    border-radius: 5px;
    position: relative;
    height: 100%;
}
.widget-header {
    overflow: hidden;
}
.widget-header .label {
    display: inline-block;
    vertical-align: middle;
}
.widget-header .glyphicon {
    cursor: pointer;
    float: right;
    opacity: 0.5;
    margin-left: 5px;
}
.widget-header .glyphicon:hover {
    opacity: 1;
}
.widget-header .widget-title {
    vertical-align: middle;
}
.widget-header form.widget-title {
    display: inline;
}

.widget-header form.widget-title input.form-control {
    width: auto;
    display: inline-block;
}

.widget-content {
    overflow: hidden;
}

.widget .widget-ew-resizer {
    position: absolute;
    width: 5px;
    right: -2px;
    height:100%;
    top:0;
    cursor: ew-resize;
}

.widget .widget-s-resizer {
    cursor: ns-resize;
    height: 5px;
    width: 100%;
    bottom: -7px;
    left: 0;
}

.widget .widget-resizer-marquee {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.remove-layout-icon {
    vertical-align: text-top;
    cursor: pointer;
    opacity: 0.3;
}
.remove-layout-icon:hover {
    opacity: 1;
}
.layout-title {
    display: inline-block;
}