Subversion Repositories ALCASAR

Rev

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

Rev 734 Rev 737
Line 61... Line 61...
61
#Chilli {
61
#Chilli {
62
	width: 450px;
62
	width: 450px;
63
	margin: 10px auto 10px auto;
63
	margin: 10px auto 10px auto;
64
}
64
}
65
 
65
 
66
#auth_reussi {
66
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable  {
67
	width: 450px;
67
	width: 450px;
68
	margin-top: 12px;
-
 
69
	padding-top: 5px;
68
	padding-top: 5px;
70
	padding-left: 10px;
69
	padding-left: 10px;
71
	padding-right: 10px;
70
	padding-right: 10px;
72
	padding-bottom: 0px;
71
	padding-bottom: 0px;
73
}
72
}
-
 
73
#auth_reussi {
-
 
74
	margin-top: 12px;
-
 
75
}
74
.text_auth {
76
.text_auth {
75
	font-size: 20px;
77
	font-size: 20px;
76
}
78
}
77
.text_auth_welcom {
79
.text_auth_welcom {
78
	font-size: 16px;
80
	font-size: 16px;
79
}
81
}
80
.text_auth, .text_auth_welcom {
82
.text_auth, .text_auth_welcom, .alert {
81
	font-weight: bold;
83
	font-weight: bold;
-
 
84
}
-
 
85
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
82
	text-align: center;
86
	text-align: center;
83
}
87
}
84
.lien_deco {
88
.lien_deco {
85
	text-align: center;
-
 
86
	font-size: 18px;
89
	font-size: 18px;
87
	margin-bottom: 15px;
90
	margin-bottom: 15px;
88
}
91
}
89
.log_out {
92
.log_out {
90
	font-size: 24px;
93
	font-size: 24px;
91
	text-align: center;
-
 
92
	margin-top: 30px;
94
	margin-top: 30px;
93
}
95
}
94
 
96
 
95
/*
97
/*
96
Ajout stephane weber
98
Ajout stephane weber
97
*/
99
*/
98
#errorTable, #statusTable, #waitTable, #disconnectTable {
100
#errorTable, #statusTable, #waitTable, #disconnectTable {
99
	BACKGROUND-COLOR: #ffffff;
101
	BACKGROUND-COLOR: #ffffff;
100
}
-
 
101
#errorTable, #statusTable, #waitTable, #disconnectTable  {
-
 
102
	width: 450px;
-
 
103
	margin: 1px;
102
	margin: 1px;
104
	padding-top: 5px;
-
 
105
	padding-left: 10px;
-
 
106
	padding-right: 10px;
-
 
107
	padding-bottom: 0px;
-
 
108
}
-
 
109
#errorTable, #statusTable, #waitTable, #disconnectTable  {
-
 
110
	border: 1px #efefef solid;
103
	border: 1px #efefef solid;
111
 
104
 
112
/* ombrage css3*/
105
/* ombrage css3*/
113
 
106
 
114
	-moz-box-shadow: 0px 0px 6px #000; 
107
	-moz-box-shadow: 0px 0px 6px #000; 
115
	-webkit-box-shadow: 0px 0px 6px #000;
108
	-webkit-box-shadow: 0px 0px 6px #000;
116
	box-shadow: 0px 0px 6px #000;
109
	box-shadow: 0px 0px 6px #000;
117
}
110
}
118
.chilliLabel {
111
.chilliLabel {
119
	/* A DEFINIR*/
-
 
120
	/*
-
 
121
	text-align: right;
-
 
122
	padding-right: 5px;
-
 
123
	*/
-
 
124
	font-weight: bold;
112
	font-weight: bold;
125
	width: 192px;	
-
 
126
}
113
}
127
.chilliValue {
114
.chilliValue {
128
	/* A DEFINIR*/
115
	/* A DEFINIR*/
129
	width: 236px;
-
 
130
}
116
}
131
.wait {
117
.wait {
132
	height: 16px;
118
	height: 16px;
133
}
119
}
134
/*
120
/*
135
Fin Ajout stephane weber
121
Fin Ajout stephane weber
136
*/
122
*/
137
#conHistoryLabel {
123
#conHistoryLabel {
138
	text-align: center;
-
 
139
	padding-top: 4px;
124
	padding-top: 6px;
140
	padding-bottom: 3px;
125
	padding-bottom: 5px;
141
}
126
}
142
#conHistory ul {
127
#conHistory ul {
143
	list-style-type: none;
128
	list-style-type: none;
144
	padding-left: 100px;
-
 
145
	text-align: left;
129
	text-align: left;
-
 
130
	padding-left: 80px;
-
 
131
}
-
 
132
.alert {
-
 
133
	font-size: 14px;
-
 
134
	color: red;
-
 
135
	margin-top: 5px;
-
 
136
	height: 40px;
-
 
137
}
-
 
138
.link_logout {
-
 
139
	padding-top: 20px;
-
 
140
	padding-bottom: 20px;
-
 
141
}
-
 
142
.text_warn {
-
 
143
	margin: 0px;
-
 
144
	font-size: 9px;
146
}
145
}