Subversion Repositories Applications.gtt

Rev

Rev 73 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 75
Line 48... Line 48...
48
	font-family:verdana, arial, helvetica, sans-serif;
48
	font-family:verdana, arial, helvetica, sans-serif;
49
	font-size:1.1em;}
49
	font-size:1.1em;}
50
.calendrier table {background-color: silver;}
50
.calendrier table {background-color: silver;}
51
.calendrier table td {text-align: center;}
51
.calendrier table td {text-align: center;}
52
.calendrier caption {font-weight: bold;}
52
.calendrier caption {font-weight: bold;}
53
.calendrier .categorie, .totaux_titre {
53
.categorie,.totaux_titre {
54
	font-size:1.6em;
54
	font-size:1.6em;
55
	text-align:left;
55
	text-align:left !important;
56
	padding:1px;
56
	padding:1px;
57
	margin-top:0;
57
	margin-top:0;
58
	margin-bottom:0;}
58
	margin-bottom:0;}
59
.calendrier .projet {
59
.projet {
60
	text-align:left;
60
	text-align:left;
61
	font-weight:bold;}
61
	font-weight:bold;
-
 
62
	width:300px;}
-
 
63
.utilisateur{
-
 
64
	width:75px;
-
 
65
	text-align:center;
-
 
66
	background:white;}
62
.jour_courrant {
67
.jour_courrant {
63
	color:#BB0000;
68
	color:#BB0000;
64
	background-color:yellow;
69
	background-color:yellow;
65
	border-color:#74C054;
70
	border-color:#74C054;
66
	border-width:2px;
71
	border-width:2px;
Line 68... Line 73...
68
.jour_ferie {
73
.jour_ferie {
69
	background-color:red;
74
	background-color:red;
70
	border-color:#74C054;
75
	border-color:#74C054;
71
	border-width:2px;
76
	border-width:2px;
72
	border-style:outset;}
77
	border-style:outset;}
73
.jour_vide {color:white;}
-
 
74
78
.jour_vide {color:white;}
-
 
79
 
-
 
80
/*Formulaires*/
-
 
81
.symbole_obligatoire{color:red;}
-
 
82
75
83