Subversion Repositories ALCASAR

Rev

Rev 647 | Rev 2241 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 647 Rev 2003
Line 124... Line 124...
124
	float: right;
124
	float: right;
125
	margin-top: 20px;
125
	margin-top: 20px;
126
}
126
}
127
 
127
 
128
#btn_pass {
128
#btn_pass {
-
 
129
	margin-right: 10px;
129
}
130
}
130
 
131
 
131
#btn_retour {
132
#btn_retour {
132
	margin-right: 20px;
133
	margin-right: 60px;
133
}
134
}
134
 
135
 
135
#btn_pass:hover {
136
#btn_pass:hover {
136
}
137
}
137
 
138
 
138
#champs_pass {
139
#champs_pass {
139
	margin: auto;
140
	margin: auto;
-
 
141
	padding-top: 50;
-
 
142
	padding-right: 20;
140
}
143
}
141
 
144
 
142
#champs_pass TD {
145
#champs_pass TD {
143
	padding: 4px;
146
	padding: 4px;
144
}
147
}
Line 148... Line 151...
148
	width: 195px;
151
	width: 195px;
149
}
152
}
150
 
153
 
151
TD.first_item {
154
TD.first_item {
152
	text-align: right;
155
	text-align: right;
153
	width: 255px;
156
	width: 100px;
154
}
157
}
155
.lien_deco {
158
.lien_deco {
156
	text-align: center;
159
	text-align: center;
157
	font-size: 18px;
160
	font-size: 18px;
158
	margin-bottom: 15px;
161
	margin-bottom: 15px;
Line 183... Line 186...
183
 
186
 
184
	-moz-box-shadow: 2px 2px 2px #666; 
187
	-moz-box-shadow: 2px 2px 2px #666; 
185
	-webkit-box-shadow: 2px 2px 2px #666;
188
	-webkit-box-shadow: 2px 2px 2px #666;
186
	box-shadow: 2px 2px 2px #666;
189
	box-shadow: 2px 2px 2px #666;
187
}
190
}
-
 
191