summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/styles/workflows/workflows.css
blob: 0995a992eb9d6fa8f58fb2106b193d47b57de46e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.scrolling-table{
   width: 1200px;
}
.scrolling-table .scroll-viewport { 
    height: 200px !important;
    width: 99.5% !important;
    background-color:white;
}

.scrolling-table .scroll-overview{
    margin-top:-14px !important;
}

.scrolling-table .scroll-viewport:hover{
    background-color:white;
}

.workflow-popup-body{
	position: relative;
    padding: 30px;
}