On remet comme avant

This commit is contained in:
Michael RICOIS 2012-02-15 11:36:34 +00:00
parent fed721dff2
commit 25147d0665
2 changed files with 25 additions and 36 deletions

View File

@ -1,4 +1,4 @@
<div class="dashboard">
<div id="dashboard">
<div class="chemin">
<a href="<?=$this->url(array('controller'=>'dashboard', 'action'=>''))?>">Tableau de bord</a>
@ -16,8 +16,7 @@
<input type="submit" value="Rechercher" class="submit"/>
</div>
<div id="lastCiblage" style="">
<div id="lastCiblage">
<h2>Vos derniers ciblages</h2>
<?php if(count($this->comptages) > 0):?>
<table>
@ -47,8 +46,10 @@
</table>
<?php else:?>
<p>Aucun ciblage.<p>
<?php endif;?>
<?php endif;?>
</div>
<div id="lastEnrichissement">
<h2>Vos derniers enrichissements</h2>
</div>

View File

@ -1,65 +1,51 @@
.dashboard {
#dashboard {
background-color:#ffffff;
padding:10px 5px;
}
.dashboard .reference
{
#dashboard h2 {
margin:10px 0;
}
#dashboard .reference {
font-weight:bold;
}
.dashboard .date
{
#dashboard .date {
font-style: italic;
}
.dashboard fieldset
{
#dashboard fieldset {
border:1px solid black;
padding:20px;
}
.dashboard a
{
color:blue;
text-decoration: none;
}
.dashboard legend
{
text-align:right;
margin:10px 0;
text-decoration: none;
font-size:20px;
font-weight:bold;
}
.dashboard table {
#dashboard table {
border-collapse: separate;
}
.dashboard tr th , .dashboard tr td{
#dashboard tr th , #dashboard tr td {
height:20px;
padding:5px;
border:1px solid silver;
margin-top:2px;
}
.dashboard tbody tr {
/*background-image:url('/themes/default/images/stripe.png');*/
#dashboard tbody tr {
background-repeat: repeat-x;
cursor:pointer;
}
.dashboard thead tr {
#dashboard thead tr {
background-color: #DFE8E7;
}
.dashboard tbody tr:hover {
#dashboard tbody tr:hover {
/*background-image:url('/themes/default/images/stripe-hover.png');*/
background-repeat: repeat-x;
}
.dashboard .previsua
#dashboard .previsua
{
border-collapse: separate;
border-spacing: 1px 1px;
@ -87,7 +73,6 @@
border:1px solid #3079ED;
}
ul.ui-autocomplete {
width:250px;
font-size:0.9em;
@ -101,3 +86,6 @@ ul.ui-autocomplete {
margin:5px 0;
}
#lastEnrichissement {
margin:5px 0;
}