[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / app / vid / styles / dialogs.css
1 /*
2  * Common style sheet for the pop-up dialogs.
3  */
4
5 /*
6  * Common style settings ...
7  */
8 .popupContents .titleLine img {
9         float: left;
10         margin: 5px;
11         width: 20px;
12 }
13
14 .popupContents .titleLine>h3 {
15         display: inline-block;
16         padding-right: 40px;
17 }
18
19 .popupContents .requiredIndicator {
20         width: 14px;
21         padding-bottom: 5px;
22 }
23
24 .popupContents div[control=summaryControl] {
25         display: inline-block;
26         width: 600px;
27         margin: 0px 10px 10px 10px;
28 }
29
30 .popupContents div[control=detailsControl], .popupContents div[control=userProvidedControl]
31         {
32         display: inline-block;
33         border: solid black 1px;
34         margin: 10px;
35         padding: 10px;
36         max-height: 300px;
37         width: 600px;
38         overflow: auto;
39 }
40
41 .popupContents .prompt {
42         margin: 10px;
43 }
44
45 .popupContents .prompt p {
46         margin: 5px;
47 }
48
49 .popupContents .prompt span {
50         font-weight: bold;
51 }
52
53 .popupContents .statusLine {
54         vertical-align: center;
55 }
56
57 .popupContents .statusLine img {
58         width: 20px;
59         margin: 10px;
60 }
61
62 .popupContents .status {
63         margin-left: 5px;
64 }
65
66 .popupContents .feedback {
67         height: 35px;
68         vertical-align: center;
69 }
70
71 .popupContents .progress {
72         margin: 0px 10px;
73 }
74
75 .popupContents .error {
76         width: 630px;
77         text-align: left;
78         font-weight: bold;
79         font-size: 16px;
80         color: red;
81         margin: 0px 10px 0px 45px;
82         font-weight: bold;
83 }
84
85 .popupContents .error img {
86         width: 25px;
87         margin: 0px 10px;
88 }
89
90 .popupContents .buttonRow {
91         text-align: center;
92         margin-bottom: 10px;
93 }
94
95 .popupContents .log {
96         width: 700px;
97         height: 500px;
98         border: solid black 1px;
99         text-align: left !important;
100         margin: 10px;
101         padding: 10px;
102         overflow: auto;
103 }
104
105 ::-webkit-input-placeholder {
106         text-align: center;
107 }
108
109 ::-moz-placeholder {
110         text-align: center;
111 }
112
113 :-ms-input-placeholder {
114         text-align: center;
115 }
116
117 /*
118  * Styling for specific screens ...
119  */
120 div[ng-controller=detailsDialogController] .log {
121         height: 200px;
122 }
123
124 div[ng-controller=msoCommitController] {
125         text-align: left;
126 }