160 lines
2.8 KiB
CSS
160 lines
2.8 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;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
.rounded_t {
|
|
border-radius: 5px 5px 0 0;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.chemin {
|
|
background: url("/themes/default/images/chemin/bg-blanc.gif") repeat-x scroll left center transparent;
|
|
/*border: 1px solid #C8C8C8;*/
|
|
color: #00288C;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
/*padding-right: 35px;*/
|
|
position: relative;
|
|
/*width: 958px;*/
|
|
z-index: 3;
|
|
}
|
|
|
|
.chemin .e0 {
|
|
background: url("/themes/default/images/chemin/bg-gris.gif") repeat-x scroll 0 0 transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.chemin li {
|
|
background: url("/themes/default/images/chemin/fleche1.gif") no-repeat scroll 0 0 transparent;
|
|
float: left;
|
|
list-style: none outside none;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.chemin .e0 a {
|
|
background: url("/themes/default/images/chemin/ico-home.gif") no-repeat scroll 0 0 transparent;
|
|
padding: 30px 0 0;
|
|
width: 34px;
|
|
}
|
|
|
|
.chemin li a {
|
|
background: url("/themes/default/images/chemin/bg-gris.gif") repeat-x scroll 0 0 transparent;
|
|
color: #FFFFFF;
|
|
float: left;
|
|
padding: 0 12px 0 9px;
|
|
}
|
|
|
|
.chemin a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.lir {
|
|
background-repeat: no-repeat;
|
|
height: 0 !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chemin .last {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
.chemin .last h1, .chemin .last span, .chemin .last h1, .chemin .last a {
|
|
background: url("/themes/default/images/chemin/fleche2.gif") no-repeat scroll 0 0 transparent;
|
|
color: #141414;
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
overflow: hidden;
|
|
padding-left: 28px;
|
|
text-decoration: none;
|
|
} |