[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / ONAP-SDK-APP / src / main / webapp / static / fusion / css / att_angular_gridster / ui-gridster.css
1 /* ui-gridster.css */
2 .gridster-container {
3   background-color: #EFEFEF;
4   color: #fff;
5   border: 1px dashed;
6   overflow-y: auto;
7   overflow-x: hidden; }
8
9 /* app css for attGridtser */
10 .gridster-item-container {
11   background-color: #FFFFFF;
12   position: relative;
13   margin-left: auto;
14   margin-right: auto;
15   min-height: 79px;
16   height: 100%; }
17   .gridster-item-container .gridster-item-header {
18     /* gridster-item Header */
19     position: relative;
20     height: 50px !important;
21     border: 1px solid #d3d3d3;
22     border-bottom: 0;
23     background-color: #E5E5E5;
24     white-space: nowrap;
25     text-overflow: ellipsis;
26     z-index: 1;
27     -webkit-border-radius: 2px 2px 0 0;
28     -moz-border-radius: 2px 2px 0 0;
29     -ms-border-radius: 2px 2px 0 0;
30     -o-border-radius: 2px 2px 0 0;
31     border-radius: 2px 2px 0 0;
32     -webkit-box-sizing: border-box;
33     -moz-box-sizing: border-box;
34     box-sizing: border-box;
35     overflow: hidden;
36     /* IE6-8 */ }
37     .gridster-item-container .gridster-item-header .gridster-item-handle {
38       cursor: move;
39       margin: 12px;
40       position: absolute;
41       top: 0;
42       left: 0;
43       border: 0;
44       vertical-align: middle;
45       -ms-interpolation-mode: bicubic;
46       display: block; }
47     .gridster-item-container .gridster-item-header .gridster-item-header-content {
48       line-height: 44px;
49       margin-left: 26px;
50       font-family: "Omnes-ONAP-W02", Arial;
51       font-size: 18px;
52       color: #444444;
53       float: left; }
54     .gridster-item-container .gridster-item-header .gridster-item-sub-header-content {
55       position: absolute;
56       top: 29.5px;
57       left: 26px;
58       font-family: "Omnes-ONAP-W02", Arial;
59       font-size: 12px;
60       color: #444444; }
61     .gridster-item-container .gridster-item-header .gridster-item-header-buttons-container {
62       position: absolute;
63       right: 10px;
64       top: 10px;
65       overflow: hidden;
66       text-align: right;
67       height: 30px;
68       color: #444444; }
69   .gridster-item-container .gridster-item-body {
70     /* gridster-item Body */
71     position: absolute;
72     width: 100%;
73     top: 50px;
74     left: 0;
75     right: 0;
76     bottom: 29px;
77     border: 1px solid #d3d3d3;
78     box-sizing: border-box;
79     overflow: auto;
80     color: #444444;
81     /* text-align: center; */ }
82   .gridster-item-container .gridster-item-footer {
83     /* gridster-item Footer */
84     position: absolute;
85     bottom: 0;
86     width: 100%;
87     height: 29px !important;
88     text-align: left;
89     cursor: pointer;
90     border: 1px solid #d3d3d3;
91     border-top: 0;
92     background-color: #F2F2F2;
93     -webkit-border-radius: 0 0 2px 2px;
94     -moz-border-radius: 0 0 2px 2px;
95     -ms-border-radius: 0 0 2px 2px;
96     -o-border-radius: 0 0 2px 2px;
97     border-radius: 0 0 2px 2px;
98     -webkit-box-sizing: border-box;
99     -moz-box-sizing: border-box;
100     box-sizing: border-box;
101     text-decoration: none;
102     /* IE6-8 */ }
103     .gridster-item-container .gridster-item-footer:hover {
104       background-color: #E5E5E5;
105       color: #565656;
106       text-decoration: underline; }
107     .gridster-item-container .gridster-item-footer .gridster-item-footer-content {
108       line-height: 30px;
109       font-family: "Omnes-ONAP-W02", Arial;
110       font-size: 12px;
111       color: #565656;
112       margin: 20px;
113       text-decoration: none; }
114       .gridster-item-container .gridster-item-footer .gridster-item-footer-content:hover {
115         color: #199ddf;
116         text-decoration: underline; }