summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/app/index.css
blob: c05f70c1e35e27822e0e8b28becec4f7de9ec0ce (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/* #rightContentUiDashboard {
	display:inline-block;
} */

#rightContentUiDashboard .browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
#rightContentUiDashboard .thumbnail {
  height: 200px;
}
#rightContentUiDashboard .thumbnail img.pull-right {
  width: 50px;
}
#rightContentUiDashboard body {
  margin: 15px;
  padding-top: 50px;
}
#rightContentUiDashboard a {
  cursor: pointer;
}
#rightContentUiDashboard .layout-tabs {
  margin-bottom: 10px;
}
#rightContentUiDashboard .demo-widget-fluid {
  border: 1px solid blue;
  height: 100%;
}
#rightContentUiDashboard .demo-widget-fluid > div {
  border: 1px solid red;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#rightContentUiDashboard .dashboard-widget-area {
  margin: 10px 0 30px;
  min-height: 200px;
}
#rightContentUiDashboard .widget-container {
  float: left;
  display: inline-block;
  width: 33%;
  padding-bottom: 0em;
}
#rightContentUiDashboard .widget {
  margin: 0 1em 0 0;
  background-color: white;
  border-radius: 5px;
  position: relative;
  height: 100%;
}
#rightContentUiDashboard .widget-header {
  overflow: hidden;
  width:100%;  /* for overlaying effect start*/
  position: absolute;
  z-index: 10;
  opacity: 0.8;
  top: 1px;
  filter: alpha(opacity=80); /* For IE8 and earlier */
    -webkit-transition: width 2s, height 4s; /* Safari */
    transition: width 2s, height 4s;
}
#rightContentUiDashboard .widget-header .label {
  display: inline-block;
  vertical-align: middle;
}
#rightContentUiDashboard .widget-header .glyphicon {
  cursor: pointer;
  float: right;
  opacity: 0.5;
  margin-left: 5px;
}
#rightContentUiDashboard .widget-header .glyphicon:hover {
  opacity: 1;
}
#rightContentUiDashboard .widget-header .widget-title {
  vertical-align: middle;
}
#rightContentUiDashboard .widget-header form.widget-title {
  display: inline;
}
#rightContentUiDashboard .widget-header form.widget-title input.form-control {
  width: auto;
  display: inline-block;
}
#rightContentUiDashboard .widget-content {
	padding:0px;	
	overflow: hidden;	
	position: relative;	/* for overlaying effect */
}
#rightContentUiDashboard .widget .widget-ew-resizer {
  position: absolute;
  width: 5px;
  right: -2px;
  height: 100%;
  top: 0;
  cursor: ew-resize;
}
#rightContentUiDashboard .widget .widget-s-resizer {
  cursor: ns-resize;
  height: 5px;
  width: 100%;
  bottom: -7px;
  left: 0;
}
#rightContentUiDashboard .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;
}
#rightContentUiDashboard .remove-layout-icon {
  vertical-align: text-top;
  cursor: pointer;
  opacity: 0.3;
}
#rightContentUiDashboard .remove-layout-icon:hover {
  opacity: 1;
}
#rightContentUiDashboard .layout-title {
  display: inline-block;
}

/* 
#container {
  width: 100px;
  height: 100px;
  position: relative;
}
#navi,
#infoi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#infoi {
  z-index: 10;
}

 */