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