crea/inte-crea/css/ldt-home.css
author cavaliet
Fri, 13 Jan 2012 16:13:03 +0100
changeset 377 a1f9f7583925
parent 211 7d0146012cd5
permissions -rw-r--r--
The embed player can now play a youtube video.

/* Derniers médias */

#derniers_medias {
    width: 960px; margin: 5px 0;
}

#derniers_medias .li_h2 {
    width: 960px;
}

#derniers_medias .li_media {
    width: 300px;
}

/* Plus annotés */

#plus_annotes {
    width: 640px; margin: 5px 0;
}

#plus_annotes .li_h2 {
    width: 630px; margin-right: 10px;
}

#plus_annotes .li_media {
    width: 140px;
}

/* Groupes actifs */

#groupes_actifs {
    width: 320px; margin: 5px 0;
}

#groupes_actifs .li_h2 {
    width: 310px; margin-left: 10px;
}

#groupes_actifs .li_media {
    width: 300px; margin: 5px 10px;
}

div.img_groupes_actifs {
    float: left; position: relative; padding: 5px 10px 0 0;
}

div.txt_groupes_actifs {
    float: left; width: 230px;
}

.lock_group {
    background: url(../img/lock.png); width: 11px; height: 13px; position: absolute; left: 45px; top: 34px;
}