Add winery source code
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.topologymodeler / src / main / webapp / css / propertiesview.css
1 /*******************************************************************************
2  * Copyright (c) 2012-2014 University of Stuttgart.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * and the Apache License 2.0 which both accompany this distribution,
6  * and are available at http://www.eclipse.org/legal/epl-v10.html
7  * and http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Contributors:
10  *    Uwe Breitenbücher - initial API and implementation and/or initial documentation
11  *    Oliver Kopp - improvements
12  *******************************************************************************/
13
14 div.propertiesView {
15         width: 200px;
16         position: fixed;
17         top: 57px;
18         right: -1px;
19         background: #eaeaea;
20         z-index: 600;
21         background-image: linear-gradient(to left, #FFFFFF 0%, rgb(237, 243, 247) 100%);
22         border-radius: 9px 0px 0px 9px;
23         border: 1px solid #aeaeae;
24         padding: 14px;
25         box-shadow: -1px 2px 7px rgb(156, 156, 156);
26         font-size: 80%;
27 }
28
29 #propertiesSection {
30         padding: 10px;
31 }
32
33 #propertiesSection div.content {
34         background: rgb(244, 247, 250);
35 }
36
37 #daSection {
38         background: #eaeaea;
39         padding: 10px;
40 }
41
42 #daSection div.content {
43         background: rgb(244, 247, 250);
44 }
45
46 #nodeTemplateInformationSection > div.control-group > label.control-label {
47         width: 37px;
48 }
49
50 #nodeTemplateInformationSection > div.control-group > input {
51         width: 100px;
52 }
53
54
55 /* relationship templates only; adapted from topologytemplatecontent.css */
56
57 #RTPropertiesView > div.propertiesContainer > div.header {
58         font-weight: bold
59 }
60
61 #RTPropertiesView > div.propertiesContainer > div.header > a {
62         float: right;
63         height: 6px;
64 }
65
66 #RTPropertiesView > div.propertiesContainer > div.content > span.namespace {
67         display: none;
68 }
69
70 #RTPropertiesView > div.propertiesContainer > div.content > span.elementName {
71         display: none;
72 }
73
74 #RTPropertiesView > div.propertiesContainer > div.content table {
75         float: left;
76 }