Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / app / policyApp / policy-models / Editor / src / css / dialogs.css
1 /*-
2  * ============LICENSE_START=======================================================
3  * ECOMP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
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  * ============LICENSE_END=========================================================
19  */
20
21 .modal {
22   word-wrap: break-word;
23 }
24
25 .modal .label.error-msg {
26   display: block;
27   font-size: 12px;
28   margin-top: 5px;
29   padding: 0;
30   padding: 5px;
31   margin-top: 10px;
32   text-align: left;
33 }
34
35 .modal .label.error-msg > span {
36   white-space: pre-wrap;
37 }
38
39 .modal .modal-header {
40   padding-bottom: 0;
41 }
42
43 .modal .breadcrumb {
44   margin-bottom: 10px;
45 }
46
47 .modal-fullscreen .modal-dialog,
48 .modal-fullscreen .modal-content {
49   bottom: 0;
50   left: 0;
51   position: absolute;
52   right: 0;
53   top: 0;
54 }
55
56 .modal-fullscreen .modal-dialog {
57   margin: 0;
58   width: 100%;
59 }
60
61 .modal-fullscreen .modal-content {
62   border: none;
63   -moz-border-radius: 0;
64   border-radius: 0;
65   -webkit-box-shadow: inherit;
66   -moz-box-shadow: inherit;
67   -o-box-shadow: inherit;
68   box-shadow: inherit;
69 }
70
71 .modal-fullscreen textarea.code {
72   min-height: 450px;
73 }
74
75 .modal img.preview {
76   max-width: 100%;
77   max-height: 640px;
78   border-radius: 3px;
79 }
80
81 .modal img.preview.loading {
82   width: 100%;
83   height: 1px;
84   opacity: 0;
85 }