52 lines
731 B
CSS
52 lines
731 B
CSS
#ccla_teams {
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
clear: both;
|
|
}
|
|
|
|
#ccla_teams thead th {
|
|
background: none repeat scroll 0 0 #FFFFFF;
|
|
}
|
|
|
|
.status-base {
|
|
border-radius: 50%;
|
|
width: 15px;
|
|
height: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.member {
|
|
background: green;
|
|
}
|
|
|
|
.needs-confirmation {
|
|
background: yellow;
|
|
}
|
|
|
|
.needs-registration {
|
|
background: red;
|
|
}
|
|
|
|
|
|
label.error {
|
|
width: auto !important;
|
|
}
|
|
|
|
input.error {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
z-index: 999999999999999999!important;
|
|
}
|
|
|
|
.status-legend{
|
|
float:left;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.status-legend-container{
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
} |