d7f298c64ad75007356d0576b8571d21005922b6
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / css / topologytemplaterendering / small.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  *******************************************************************************/
12 div.relationshipTypeLabel {
13         display:none;
14 }
15
16 div.nodetemplate.name {
17         display: none;
18 }
19 div.NodeTemplateShape > .headerContainer > div.type {
20         top: 15px;
21         left: 34px;
22         width: 111px;
23         text-align: center;
24         font-size: 11px;
25 }
26
27 div.NodeTemplateShape > .headerContainer > img.icon {
28         height: 35px;
29         margin: 4px 4px;
30 }
31
32 div.NodeTemplateShape {
33         border-width: 1px;
34         height: 45px;
35         width: 150px;
36         border-radius: 8px;
37 }