Update license headers
[vid.git] / vid-app-common / src / main / webapp / app / vid / styles / aaiSubViewEdit.css
1 /*-\r
2  * ============LICENSE_START=======================================================\r
3  * VID\r
4  * ================================================================================\r
5  * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.\r
6  * ================================================================================\r
7  * Licensed under the Apache License, Version 2.0 (the "License");\r
8  * you may not use this file except in compliance with the License.\r
9  * You may obtain a copy of the License at\r
10  * \r
11  *      http://www.apache.org/licenses/LICENSE-2.0\r
12  * \r
13  * Unless required by applicable law or agreed to in writing, software\r
14  * distributed under the License is distributed on an "AS IS" BASIS,\r
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16  * See the License for the specific language governing permissions and\r
17  * limitations under the License.\r
18  * ============LICENSE_END=========================================================\r
19  */\r
20 \r
21 div[ng-controller=aaiSubscriberController] .popupContents {\r
22         text-align: left;\r
23 }\r
24 \r
25 div[ng-controller=aaiSubscriberController] .statusLine {\r
26         vertical-align: center;\r
27 }\r
28 \r
29 div[ng-controller=aaiSubscriberController] .statusLine img {\r
30         width: 20px;\r
31         margin: 10px;\r
32 }\r
33 \r
34 div[ng-controller=aaiSubscriberController] .status {\r
35         margin-left: 5px;\r
36 }\r
37 \r
38 div[ng-controller=aaiSubscriberController] .feedback {\r
39         height: 35px;\r
40         vertical-align: center;\r
41 }\r
42 \r
43 div[ng-controller=aaiSubscriberController] .progress {\r
44         margin: 0px 10px;\r
45         font-weight: bold;\r
46 }\r
47 \r
48 div[ng-controller=aaiSubscriberController] .error {\r
49         width: 630px;\r
50         font-weight: bold;\r
51         font-size: 16px;\r
52         color: red;\r
53         margin: 0px 10px 0px 45px;\r
54 }\r
55 \r
56 div[ng-controller=aaiSubscriberController] .error img {\r
57         width: 25px;\r
58         margin: 0px 10px;\r
59 }\r
60 \r
61 div[ng-controller=aaiSubscriberController] .buttonRow {\r
62         text-align: center;\r
63         margin-bottom: 10px;\r
64 }\r
65 \r
66 div[ng-controller=aaiSubscriberController] .log {\r
67         width: 700px;\r
68         height: 500px;\r
69         border: solid black 1px;\r
70         text-align: left !important;\r
71         margin: 10px;\r
72         padding: 10px;\r
73         overflow: auto;\r
74 }\r
75 \r
76 div[ng-controller=aaiSubscriberController] .aaiHidden {\r
77         visibility: hidden;\r
78 }\r
79 \r
80 div[ng-controller=aaiSubscriberController] .aaiVisible {\r
81         visibility: visible;\r
82 }\r