crea/inte-crea/css/ldt-groupe.css
author grandjoncl
Wed, 28 Nov 2012 12:27:08 +0100
changeset 995 94f9d36371f6
parent 212 37dd17a1e48b
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

/* Médias du groupe */

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

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

#medias_groupe .li_media {
    width: 140px;
}

/* Colonne droite */

#groupe_droite {
    float: left; width: 310px; margin: 5px 0 5px 10px;
}

#groupe_droite .li_h2 {
    float: left; width: 310px;
}

#embed_search {
    background: url(../img/embed_search.png) 5px center no-repeat; padding-left: 40px;
}

li.li_membre_groupe {
    width: 150px; margin: 0 5px 3px 0;
}

.li_membre_groupe .img_media {
    float: left; margin-top: 2px;
}

.li_membre_groupe p {
    margin-left: 45px;
}