Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
/* $Id: style.css 1866 2007-04-14 05:02:29Z wei $ */
2
body
3
{
4
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
5
}
6
 
7
.pager
8
{
9
	display: block;
10
	border-top: 1px solid #ccc;
11
	padding: 1em;
12
}
13
 
14
.pager span, .pager a
15
{
16
	border: 1px solid #ccc;
17
	padding: 0.3em 0.7em;
18
	font-weight: bold;
19
}
20
 
21
.pager a
22
{
23
	background-color: #E0FFFF;
24
	border-color: #87CEFA;
25
}
26
 
27
.pager a:hover
28
{
29
	background-color: White;
30
}
31
 
32
 
33
.item, .item-header
34
{
35
	border-top: 1px dashed #B0C4DE;
36
	padding: 0.5em;
37
	clear: both;
38
}
39
 
40
.item-header
41
{
42
	border-top: 0 none;
43
	font-weight: bold;
44
}
45
 
46
.item_1
47
{
48
	background-color: #F0F8FF;
49
}
50
 
51
.field_0, .field
52
{
53
	padding: 0.2em;
54
	float: left;
55
	width: 150px;
56
}
57
 
58
.field_0
59
{
60
	width: 40px;
61
	text-align: center;
62
}
63
 
64
.auxilary-button
65
{
66
	padding: 1em;
67
}
68
 
69
.edit-inputs label
70
{
71
	width: 150px;
72
	float: left;
73
	text-align: right;
74
	padding: 0 0.5em;
75
	font-weight: bold;
76
}
77
 
78
 
79
.item-input label
80
{
81
	float: none;
82
	font-weight: normal;
83
}
84
 
85
 
86
.edit-page-buttons
87
{
88
	padding-left: 120px;
89
	padding-top: 20px;
90
}
91
 
92
.edit-item
93
{
94
	padding: 0.4em;
95
}
96
 
97
.edit-inputs .scaffold_input
98
{
99
	width: 250px;
100
	border: 1px solid Highlight;
101
	padding: 0.2em;
102
}
103
 
104
.edit-inputs .multiline-textbox
105
{
106
	width: 500px;
107
	height: 100px;
108
}
109
 
110
.edit-inputs .input_0 .scaffold_input
111
{
112
	width: 50px;
113
}
114
 
115
.edit-inputs .required
116
{
117
	font-weight: bold;
118
	padding: 0.2em;
119
}
120
.edit-inputs .required-input, .edit-inputs .required-input2 .required-input3 .required-input4
121
{
122
	border: 1px solid red;
123
	background-color: #FFF5EE;
124
}