Subversion-Projekte lars-tiefland.ci

Revision

Revision 855 | Revision 874 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 855 Revision 866
Zeile 1... Zeile 1...
1
<!-- $Id: edit_preiskalkulation.tpl 10438 2016-03-18 14:26:18Z tiefland $ -->
1
<!-- $Id: edit_preiskalkulation.tpl 10438 2016-03-18 14:26:18Z tiefland $ -->
2
<script src="/js/jquery-1.8.3.min.js"></script>
2
<script src="/js/jquery-1.8.3.min.js"></script>
3
<script src="/js/jquery-ui-1.9.0.custom.min.js"></script>
3
<script src="/js/jquery-ui-1.9.0.custom.min.js"></script>
4
  <style>
4
  <style>
5
  .ui-tooltip, .arrow:after {
5
  .ui-tooltip, .arrow:after {
6
    border: 2px solid white;
6
	border: 2px solid white;
7
  }
7
  }
8
  .ui-tooltip {
8
  .ui-tooltip {
9
    padding: 10px 20px;
9
	padding: 10px 20px;
10
    border-radius: 20px;
10
	border-radius: 20px;
11
    font: bold 14px "Helvetica Neue", Sans-Serif;
11
	font: bold 14px "Helvetica Neue", Sans-Serif;
12
    text-transform: uppercase;
12
	text-transform: uppercase;
13
    box-shadow: 0 0 7px black;
13
	box-shadow: 0 0 7px black;
14
  }
14
  }
15
  .arrow {
15
  .arrow {
16
    width: 70px;
16
	width: 70px;
17
    height: 16px;
17
	height: 16px;
18
    overflow: hidden;
18
	overflow: hidden;
19
    position: absolute;
19
	position: absolute;
20
    left: 50%;
20
	left: 50%;
21
    margin-left: -35px;
21
	margin-left: -35px;
22
    bottom: -16px;
22
	bottom: -16px;
23
  }
23
  }
24
  .arrow.top {
24
  .arrow.top {
25
    top: -16px;
25
	top: -16px;
26
    bottom: auto;
26
	bottom: auto;
27
  }
27
  }
28
  .arrow.left {
28
  .arrow.left {
29
    left: 20%;
29
	left: 20%;
30
  }
30
  }
31
  .arrow:after {
31
  .arrow:after {
32
    content: "";
32
	content: "";
33
    background: black;
33
	background: black;
34
    position: absolute;
34
	position: absolute;
35
    left: 20px;
35
	left: 20px;
36
    top: -20px;
36
	top: -20px;
37
    width: 25px;
37
	width: 25px;
38
    height: 25px;
38
	height: 25px;
39
    box-shadow: 6px 5px 9px -9px black;
39
	box-shadow: 6px 5px 9px -9px black;
40
    -webkit-transform: rotate(45deg);
40
	-webkit-transform: rotate(45deg);
41
    -moz-transform: rotate(45deg);
41
	-moz-transform: rotate(45deg);
42
    -ms-transform: rotate(45deg);
42
	-ms-transform: rotate(45deg);
43
    -o-transform: rotate(45deg);
43
	-o-transform: rotate(45deg);
44
    tranform: rotate(45deg);
44
	tranform: rotate(45deg);
45
  }
45
  }
46
  .arrow.top:after {
46
  .arrow.top:after {
47
    bottom: -20px;
47
	bottom: -20px;
48
    top: auto;
48
	top: auto;
49
  }
49
  }
50
			#demoWrapper {
50
			#demoWrapper {
51
				padding : 1em;
51
				padding : 1em;
52
				width : 500px;
52
				width : 500px;
53
				border-style: solid;
53
				border-style: solid;
Zeile 105... Zeile 105...
105
				padding-right: 0.8em;
105
				padding-right: 0.8em;
106
			}
106
			}
Zeile 107... Zeile 107...
107
 
107
 
108
			.navigation_button {
108
			.navigation_button {
109
				width : 70px;
109
				width : 70px;
110
                margin-bottom:10px;
110
				margin-bottom:10px;
Zeile 111... Zeile 111...
111
			}
111
			}
112
			
112
			
113
			#data {
113
			#data {
Zeile 136... Zeile 136...
136
				font-size: 0.8em;
136
				font-size: 0.8em;
137
			  font-weight: bold;
137
			  font-weight: bold;
138
				padding-left: 1em;
138
				padding-left: 1em;
139
				padding-right: 1em;
139
				padding-right: 1em;
140
			}
140
			}
141
            .indent
141
			.indent
142
            {
142
			{
143
                padding:10px;
143
				padding:10px;
144
            }
144
			}
145
            
145
			
146
</style>
146
</style>
Zeile 300... Zeile 300...
300
 
300
 
301
<div id="edit_dlg" title="Preiskalkulationsstufe bearbeiten">
301
<div id="edit_dlg" title="Preiskalkulationsstufe bearbeiten">
Zeile 302... Zeile 302...
302
</div>
302
</div>
303
 
303
 
304
<div id="del_dlg" title="Kalkulationsstufe <span id='del_stufe_id'></span> l&ouml;schen?">
304
<div id="del_dlg" title="Kalkulationsstufe <span id='del_stufe_id'></span> l&ouml;schen?">
305
    Wollen Sie die Stufe wirklich l&ouml;schen?
305
	Wollen Sie die Stufe wirklich l&ouml;schen?