crea/inte-crea/css/ldt-home.css
author grandjoncl
Wed, 28 Nov 2012 12:27:08 +0100
changeset 995 94f9d36371f6
parent 211 7d0146012cd5
permissions -rw-r--r--
new template tag absstatic to have absolute url for static file and avoid using LDT_MEDIA_PREFIX new absurl template tag can be used instead of template tag url to have absolute url replacement of all LDT_MEDIA_PREFIX in different templates and views

/* 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;
}