crea/inte-crea/css/ldt-groupe.css
author verrierj
Wed, 04 Jan 2012 17:28:54 +0100
changeset 330 806188af5027
parent 212 37dd17a1e48b
permissions -rw-r--r--
Projects have an icon identical to one of the media they contain, if this icon is different from the default icon. Icons can be set using ./manage.py setprojecticon once icons have been added to contents.

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