Subversion Repositories Applications.gtt

Rev

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

Rev 97 Rev 110
Line 41... Line 41...
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 */
44
/* Présentation générale des tableaux */
45
table{border:1px dotted black;}
45
table{border:1px dotted black;}
46
th{
46
thead th{
47
	background-color:#486300;
47
	background-color:#486300;
-
 
48
	color:white;}
-
 
49
tbody th{
-
 
50
	text-align:left !important;
48
	color:white;}
51
	width:20%;}
49
td{text-align:center;}
52
td{text-align:center;}
50
tr.pair{background-color: #F1F2E7;}
53
tr.pair{background-color: #F1F2E7;}
Line 51... Line 54...
51
caption{margin-top:1em;}
54
caption{margin-top:1em;}
Line 197... Line 200...
197
/* Tableau identification */
200
/* Tableau identification */
198
#connexion{border:0;}
201
#connexion{border:0;}
199
#connexion td{
202
#connexion td{
200
	width:50%;}
203
	width:50%;}
201
/* Tableau stats*/
204
/* Tableau stats*/
-
 
205
tbody td.total{
-
 
206
	width:5%;}
202
tr.categories,tr.absences{
207
tr.categories,tr.absences{
203
	height:1em;
-
 
204
	font-size:1.2em;
-
 
205
	text-align:left !important;
-
 
206
	padding:1px;
-
 
207
	margin:0 0.2em;
-
 
208
	background-image: url('images/a2.gif');}
208
	background-image: url('images/a2.gif');}
-
 
209
tr.total, tr.total th{
-
 
210
	color:white;
-
 
211
	font-weight:white;
-
 
212
	background-color:#B30000;}
209
#tab_tps_w_mensuel_salarie{
213
#tab_tps_w_mensuel_salarie{
210
	width:100%;}
214
	width:100%;}
211
.entete{width:250px;}
215
.entete{width:250px;}
212
#navigation{text-align:center;}
216
#navigation{text-align:center;}
213
#navigation p{margin:0;}
217
#navigation p{margin:0;}
214
#form_utilisateur label{
218
#form_utilisateur label{
215
	display:inline;
219
	display:inline;
216
	float:none;
220
	float:none;
217
	min-width:0;
221
	min-width:0;
218
	font-weight:normal;}
-
 
219
222
	font-weight:normal;}
-
 
223
#preferences .pr_no {
-
 
224
	font-weight:bold;
-
 
225
	width:30%;}
-
 
226
#preferences .pr_de {
-
 
227
	font-size:0.8em;
-
 
228
	text-align:left;}
-
 
229
220
230