Ignore:
Timestamp:
12/14/11 17:20:45 (13 years ago)
Author:
vmipsl
Message:

evo MGI 009 _ affichage des dates pour les plate-formes mobiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/css/megapoli.css

    r298 r301  
    202202.containerElement_plateform { 
    203203    width: 84px; 
     204    float: left; 
     205} 
     206 
     207#containerMobilePlateforms .containerElement_main_plateform .containerElement_plateform:hover { 
     208    -moz-border-radius: 4px 0 0 4px; 
     209    -webkit-border-radius: 4px 0 0 4px; 
     210} 
     211 
     212.containerElement_plateform_dates { 
     213    display: none; 
     214    -moz-border-radius: 0 4px 4px 4px; 
     215    -webkit-border-radius: 0 4px 4px 4px; 
     216    background: #70739C; 
     217    color: white; 
     218    float: left; 
     219} 
     220 
     221.containerElement_main_plateform { 
     222    float: left; 
     223    width: 900px; 
     224} 
     225 
     226#containerMobilePlateforms { 
     227    padding-bottom: 117px; 
    204228} 
    205229 
Note: See TracChangeset for help on using the changeset viewer.