Subversion Repositories Applications.projet

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 431
Line 88... Line 88...
88
 
88
 
89
/* CONTRIBUTION ACTION ATTACH */
89
/* CONTRIBUTION ACTION ATTACH */
90
/* - les images */
90
/* - les images */
91
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
91
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
92
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
92
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
93
.attach_left {float: left;}                      /* bloc flotant à gauche */
93
.attach_left {float: left;}                      /* bloc flotant à gauche */
94
.attach_right {float: right;}                    /* bloc flotant à droite */
94
.attach_right {float: right;}                    /* bloc flotant à droite */
95
.attach_noborder {border-width: 0px;}            /* pas de bordure */
95
.attach_noborder {border-width: 0px;}            /* pas de bordure */
96
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
96
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
97
/* - le gestionnaire des uploads */
97
/* - le gestionnaire des uploads */
98
.tableFM {border: thin solid Black; width: 100%;  }
98
.tableFM {border: thin solid Black; width: 100%;  }