Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / fusion / styles / workflows / workflows.css
1 /*-
2  * ================================================================================
3  * eCOMP Portal SDK
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20 .scrolling-table{
21    width: 1200px;
22 }
23 .scrolling-table .scroll-viewport { 
24     height: 200px !important;
25     width: 99.5% !important;
26     background-color:white;
27 }
28
29 .scrolling-table .scroll-overview{
30     margin-top:-14px !important;
31 }
32
33 .scrolling-table .scroll-viewport:hover{
34     background-color:white;
35 }
36
37 .scrolling-table #att-scroll-table-content{
38     height:200px;
39     position: absolute !important;
40     width:700px;
41     padding-left: 0px;
42     padding-top: 0px;
43     padding-bottom: 0px;
44     padding-right:5px;
45 }
46
47 .workflow-popup-body{
48         position: relative;
49     padding: 30px;
50