aboutsummaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.topologymodeler/src/main/webapp/css/winery-common.css
blob: b6d225112e4fba424bfdc33930844e271518b356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/*******************************************************************************
 * Copyright (c) 2012-2013 University of Stuttgart.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * and the Apache License 2.0 which both accompany this distribution,
 * and are available at http://www.eclipse.org/legal/epl-v10.html
 * and http://www.apache.org/licenses/LICENSE-2.0
 *
 * Contributors:
 *    Uwe Breitenbücher - initial API and implementation and/or initial documentation
 *    Oliver Kopp - improvements
 *    Yves Schubert - switch to bootstrap 3
 *******************************************************************************/

/** This CSS is shared between the Winery Repository and the Winery Topology Modeler **/

.informationbox {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 99;
}

.informationbox > .alert {
	background: #fff1a8;
	border: 1px solid #999;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	display: inline-block;
	line-height: 21px;
	padding: 0 12px;
}

/* when hovering over the text, the cursor should stay as is */
.ui-pnotify {
	cursor: default;
}

/* change pnotify's container to be always at the top of the window */
div.ui-pnotify-history-container {
	position: fixed;
}

/* enable pnotify notifications to wrap correctly */
.ui-pnotify-text {
	overflow: hidden;
	overflow-wrap: break-word;
}

.button {
	cursor: pointer;
}

td.editable {
	cursor: text;
}

td {
	cursor: default;
}

.input-xxlarge {
	width: 510px;
}

.spinner {
	text-align: right;
}

/* enables stacked modal dialogs */
div.z1051 {
	z-index: 1051;
}

/* used for showing the full notification at PNotify */
div.z1060 {
	z-index: 1060;
}


/* fixes bootstrap margin problem at horizontal form */
.form-horizontal > div.control-group > label.control-label {
	margin-right: 10px;
}

/* used by artifactcreationdialog.tag */
div.unknown {
	color: gray;
}

div.unknown:before {
	content: '?';
}

div.invalid {
	color: red;
}

div#artifactTemplateNameIsValid {
	height: 19px;
}

div.valid {
	color: green;
}

#diagmessagemsg {
	text-overflow: ellipsis;
	overflow: hidden;
}

textarea.properties_xml {
	display: none
}

/** properties **/

span.properties_element {
	display: none;
}

span.properties_type {
	display: none
}

div.form-group-grouping {
	background: #F0F0F0;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.orionxmleditordiv {
	height: 300px;
}