crea/inte-crea/css/ldt-groupe.css
author ndurand
Thu, 02 Apr 2015 17:29:54 +0200
changeset 1361 5087560b51b6
parent 212 37dd17a1e48b
permissions -rw-r--r--
Upgrade to Django 1.6: reworked and fixed tests and deprecations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
/* Médias du groupe */
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
#medias_groupe {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
    width: 640px; margin: 5px 0;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
#medias_groupe .li_h2 {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
    width: 630px; margin-right: 10px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
#medias_groupe .li_media {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    width: 140px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
/* Colonne droite */
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
#groupe_droite {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
    float: left; width: 310px; margin: 5px 0 5px 10px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
#groupe_droite .li_h2 {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
    float: left; width: 310px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
#embed_search {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    background: url(../img/embed_search.png) 5px center no-repeat; padding-left: 40px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
li.li_membre_groupe {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    width: 150px; margin: 0 5px 3px 0;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
.li_membre_groupe .img_media {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
    float: left; margin-top: 2px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
}
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
.li_membre_groupe p {
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
    margin-left: 45px;
37dd17a1e48b Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
}