Merge "PombaReqest and ServiceInstance improvements"
[vid.git] / vid-webpack-master / src / app / browseSdc / browseSdc.component.scss
1 div[ng-controller=ServiceModelController] .popupContents {
2   text-align: left;
3 }
4
5 div[ng-controller=ServiceModelController] .statusLine {
6   vertical-align: center;
7 }
8
9 div[ng-controller=ServiceModelController] .statusLine img {
10   width: 20px;
11   margin: 10px;
12 }
13
14 div[ng-controller=ServiceModelController] .status {
15   margin-left: 5px;
16 }
17
18 div[ng-controller=ServiceModelController] .feedback {
19   height: 35px;
20   vertical-align: center;
21 }
22
23 div[ng-controller=ServiceModelController] .progress {
24   margin: 0px 10px;
25   font-weight: bold;
26 }
27
28 div[ng-controller=ServiceModelController] .error {
29   width: 630px;
30   font-weight: bold;
31   font-size: 16px;
32   color: red;
33   margin: 0px 10px 0px 45px;
34 }
35
36 div[ng-controller=ServiceModelController] .error img {
37   width: 25px;
38   margin: 0px 10px;
39 }
40
41 div[ng-controller=ServiceModelController] .buttonRow {
42   text-align: center;
43   margin-bottom: 10px;
44 }
45
46 div[ng-controller=ServiceModelController] .log {
47   width: 700px;
48   height: 500px;
49   border: solid black 1px;
50   text-align: left !important;
51   margin: 10px;
52   padding: 10px;
53   overflow: auto;
54 }
55
56
57 .previous-versions-button {
58   width: 113px;
59 }