Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 736 → Rev 737

/web/css/status.css
63,14 → 63,16
margin: 10px auto 10px auto;
}
 
#auth_reussi {
#auth_reussi, #errorTable, #statusTable, #waitTable, #disconnectTable {
width: 450px;
margin-top: 12px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
}
#auth_reussi {
margin-top: 12px;
}
.text_auth {
font-size: 20px;
}
77,18 → 79,18
.text_auth_welcom {
font-size: 16px;
}
.text_auth, .text_auth_welcom {
.text_auth, .text_auth_welcom, .alert {
font-weight: bold;
}
.text_auth, .text_auth_welcom, .alert, .text_warn, #conHistoryLabel, .lien_deco, .log_out {
text-align: center;
}
.lien_deco {
text-align: center;
font-size: 18px;
margin-bottom: 15px;
}
.log_out {
font-size: 24px;
text-align: center;
margin-top: 30px;
}
 
97,16 → 99,7
*/
#errorTable, #statusTable, #waitTable, #disconnectTable {
BACKGROUND-COLOR: #ffffff;
}
#errorTable, #statusTable, #waitTable, #disconnectTable {
width: 450px;
margin: 1px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
}
#errorTable, #statusTable, #waitTable, #disconnectTable {
border: 1px #efefef solid;
 
/* ombrage css3*/
116,17 → 109,10
box-shadow: 0px 0px 6px #000;
}
.chilliLabel {
/* A DEFINIR*/
/*
text-align: right;
padding-right: 5px;
*/
font-weight: bold;
width: 192px;
}
.chilliValue {
/* A DEFINIR*/
width: 236px;
}
.wait {
height: 16px;
135,12 → 121,25
Fin Ajout stephane weber
*/
#conHistoryLabel {
text-align: center;
padding-top: 4px;
padding-bottom: 3px;
padding-top: 6px;
padding-bottom: 5px;
}
#conHistory ul {
list-style-type: none;
padding-left: 100px;
text-align: left;
padding-left: 80px;
}
.alert {
font-size: 14px;
color: red;
margin-top: 5px;
height: 40px;
}
.link_logout {
padding-top: 20px;
padding-bottom: 20px;
}
.text_warn {
margin: 0px;
font-size: 9px;
}