odea/public/themes/default/styles/dashboard.css
2012-02-15 12:56:55 +00:00

92 lines
1.3 KiB
CSS

#dashboard {
background-color:#ffffff;
padding:10px 5px;
}
#dashboard h2 {
margin:10px 0;
}
#dashboard .reference {
font-weight:bold;
}
#dashboard .date {
font-style: italic;
}
#dashboard fieldset {
border:1px solid black;
padding:20px;
}
#dashboard table {
border-collapse: separate;
width:100%;
}
#dashboard tr th , #dashboard tr td {
height:20px;
padding:5px;
border:1px solid silver;
margin-top:2px;
}
#dashboard tbody tr {
background-repeat: repeat-x;
cursor:pointer;
}
#dashboard thead tr {
background-color: #DFE8E7;
}
#dashboard tbody tr:hover {
background-repeat: repeat-x;
}
#dashboard .previsua
{
border-collapse: separate;
border-spacing: 1px 1px;
font-size:12px;
}
#rechercheCiblage {
margin:5px 0;
}
#rechercheCiblage input.searchCiblage {
border:1px solid;
padding:3px 5px;
}
#rechercheCiblage input.searchCiblage:focus {
border:1px solid #4D90FE;
}
#rechercheCiblage input.submit {
font-weight:bold;
padding:2px 5px;
background-color:#4D90FE;
color:#ffffff;
border:1px solid #3079ED;
}
ul.ui-autocomplete {
width:250px;
font-size:0.9em;
}
.ui-autocomplete-loading {
background:white url('/themes/jqueryui/smoothness/ui-anim_basic_16x16.gif') right center no-repeat;
}
#lastCiblage {
margin:5px 0;
}
#lastEnrichissement {
margin:5px 0;
}