summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/app/index_original.css
blob: d5cebfb053a4e5af4a69807510982c1b214a8a28 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.thumbnail {
  height: 200px;
}
.thumbnail img.pull-right {
  width: 50px;
}
body {
  margin: 15px;
  padding-top: 50px;
}
a {
  cursor: pointer;
}
.layout-tabs {
  margin-bottom: 10px;
}
.demo-widget-fluid {
  border: 1px solid blue;
  height: 100%;
}
.demo-widget-fluid > div {
  border: 1px solid red;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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;
}