Continuation du CU créer Conf... Policy failures: Code warning - failed on resource AddConferenceController.java. Reason: Map is a raw type. References to generic type Map<K,V> should be parameterized, line 55 - failed on resource AddConferenceController.java. Reason: The import java.util.HashMap is never used, line 3 - failed on resource AddConferenceController.java. Reason: The local variable conference is never read, line 80 - failed on resource AddConferenceController.java. Reason: The local variable conference is never read, line 96 - failed on resource addConference.jsp. Reason: Undefined attribute name (alignment)., line 31 ... and more. Override reason: yeah
44 lines
745 B
CSS
44 lines
745 B
CSS
.ds_box {
|
|
background-color: #FFF;
|
|
border: 1px solid #000;
|
|
position: absolute;
|
|
z-index: 32767;
|
|
}
|
|
|
|
.ds_tbl {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.ds_head {
|
|
background-color: #333;
|
|
color: #FFF;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.ds_subhead {
|
|
background-color: #CCC;
|
|
color: #000;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
width: 32px;
|
|
}
|
|
|
|
.ds_cell {
|
|
background-color: #EEE;
|
|
color: #000;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
padding: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ds_cell:hover {
|
|
background-color: #F3F3F3;
|
|
} /* This hover code won't work for IE */ |