Add winery source code
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / css / topologyTemplateRenderer.css
1 /*******************************************************************************
2  * Copyright (c) 2013 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 implementation
11  *    Pascal Hirmer - improvements
12  *    Oliver Kopp - improvements
13  *******************************************************************************/
14
15 #templateDrawingArea {
16         height: 500px;
17         position: relative;
18         overflow-y: scroll;
19 }
20
21 #templateEditorArea {
22         width: 100%;
23         height: 100%;
24         margin-top: 45px;
25 }
26
27 div.NodeTemplateShape {
28         cursor: default;
29 }
30
31 div.topbar {
32         position: absolute;
33         height: 30px;
34         width: 100%;
35         z-index: 1000;
36 }
37
38 div.topbarbuttons {
39         display: none;
40 }
41
42 div.topbar:hover > div.topbarbuttons {
43         display: inherit;
44 }
45
46 /* hide the area to add a deployment artifact */
47 div.addDA {
48         display: none;
49 }