timeline/css/timeline.css
changeset 81 bf6adf981cc2
parent 78 3fe54fb581f5
child 82 f00eb382bff1
equal deleted inserted replaced
80:00a3532ad8cf 81:bf6adf981cc2
    45     font-size: 10px; font-family: Arial, Helvetica, sans-serif;
    45     font-size: 10px; font-family: Arial, Helvetica, sans-serif;
    46 }
    46 }
    47 
    47 
    48 /*************************************************/
    48 /*************************************************/
    49 
    49 
    50 .Onglets {
    50 ul.Onglets {
    51     display: inline-block; margin: 0 10px;
    51     margin: 0 10px; text-align: left;
    52 }
    52 }
    53 
    53 
    54 .Onglets li {
    54 .Onglets li {
    55     display: inline-block; background: url(../img/barbgd.png); font-size: 14px; height: 15px; padding: 5px;
    55     display: inline-block; background: url(../img/barbgd.png); font-size: 14px; height: 15px; padding: 5px;
    56     border: 1px solid #cccccc; cursor: pointer; 
    56     border: 1px solid #cccccc; cursor: pointer; 
    62 }
    62 }
    63 
    63 
    64 /************************************************/
    64 /************************************************/
    65 
    65 
    66 .Tl-Main {
    66 .Tl-Main {
    67     border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif;
    67     border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif; text-align: left;
    68 }
    68 }
    69 
    69 
    70 .Tl-TopBar {
    70 .Tl-TopBar {
    71     height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px;
    71     height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px;
    72     background: url(../img/barbgd.png);
    72     background: url(../img/barbgd.png);
   331 }
   331 }
   332 
   332 
   333 /**********************************/
   333 /**********************************/
   334 
   334 
   335 .Ls-Main {
   335 .Ls-Main {
   336     display: none; width: 950px; height: 200px; background: #fafafa; border: 1px solid #cccccc;
   336     display: none; width: 950px; height: 200px; background: #fafafa; border: 1px solid #cccccc; text-align: left;
   337 }
   337 }
   338 
   338 
   339 .Ls-Filtres {
   339 .Ls-Filtres {
   340     width: 540px;
   340     width: 540px;
   341     float: left;
   341     float: left;