Subversion Repositories Applications.gtt

Rev

Rev 89 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 90
Line 40... Line 40...
40
	font-weight:bold;
40
	font-weight:bold;
41
	text-transform:uppercase;
41
	text-transform:uppercase;
42
	color: #5D5F53;}
42
	color: #5D5F53;}
Line 43... Line 43...
43
 
43
 
44
/* Présentation générale des tableaux */
-
 
45
table{
44
/* Présentation générale des tableaux */
46
	border:1px dotted black;}
45
table{border:1px dotted black;}
47
th{
46
th{
48
	background-color:#486300;
47
	background-color:#486300;
49
	color:white;}
-
 
50
td{
48
	color:white;}
51
	text-align:center;}
-
 
52
tr.pair{
49
td{text-align:center;}
-
 
50
tr.pair{background-color: #F1F2E7;}
Line 53... Line 51...
53
	background-color: #F1F2E7;}
51
caption{margin-top:1em;}
54
 
52
 
Line 55... Line 53...
55
/*Présentation des bulles d'aide */
53
/*Présentation des bulles d'aide */
Line 170... Line 168...
170
	font-size:1.6em;
168
	font-size:1.6em;
171
	text-align:left !important;
169
	text-align:left !important;
172
	padding:1px;
170
	padding:1px;
173
	margin:0 0.2em;}
171
	margin:0 0.2em;}
174
.projet {
172
.projet {
175
	text-align:left;
-
 
176
	font-weight:bold;
173
	font-weight:bold;
177
	width:300px;}
174
	width:300px;}
178
.utilisateur{
175
.utilisateur{
179
	width:75px;
176
	width:75px;
180
	text-align:center;
177
	text-align:center;
Line 184... Line 181...
184
	background-color:yellow;
181
	background-color:yellow;
185
	border:2px outset #74C054;}
182
	border:2px outset #74C054;}
186
.jour_ferie {
183
.jour_ferie {
187
	background-color:red;
184
	background-color:red;
188
	border-width:2px outset #74C054;}
185
	border-width:2px outset #74C054;}
-
 
186
.jour_we {
-
 
187
	color:black;
-
 
188
	background-color: #F1F2E7;
-
 
189
	border-width:2px outset #74C054;}
-
 
190
.jour_vide {
189
.jour_vide {color:white;}
191
	color:white;
-
 
192
	background-color: grey;}
-
 
193
/* Tableau identification */
-
 
194
#connexion{border:0;}
-
 
195
#connexion td{
-
 
196
	width:50%;}
190
/* Tableau */
197
/* Tableau stats*/
191
tr.categories,tr.absences{
198
tr.categories,tr.absences{
192
	height:1em;
199
	height:1em;
193
	font-size:1.2em;
200
	font-size:1.2em;
194
	text-align:left !important;
201
	text-align:left !important;
195
	padding:1px;
202
	padding:1px;
196
	margin:0 0.2em;
203
	margin:0 0.2em;
197
	background-image: url('images/a2.gif');}
204
	background-image: url('images/a2.gif');}
198
td.absences_titre,td.categories_titre{
205
#tab_tps_w_mensuel_salarie{
199
	width:30%;}
206
	width:100%;}
-
 
207
.entete{width:250px;}
-
 
208
#navigation{text-align:center;}
-
 
209
#navigation p{margin:0;}
-
 
210
#form_utilisateur label{
-
 
211
	display:inline;
-
 
212
	float:none;
-
 
213
	min-width:0;
-
 
214
	font-weight:normal;}
200
215