Rev 13173 | Rev 14833 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13173 | Rev 14829 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | padding: 3px; |
41 | padding: 3px; |
42 | background-color: #FFF; |
42 | background-color: #FFF; |
43 | border: 1px solid #DFDFDF; |
43 | border: 1px solid #DFDFDF; |
44 | margin-top: 3px; |
44 | margin-top: 3px; |
45 | } |
45 | } |
- | 46 | ||
- | 47 | /* List of uploaded files (see freework or cahier de texte) */ |
|
- | 48 | .file_list{ |
|
- | 49 | display: flex; |
|
- | 50 | flex-wrap: wrap; |
|
- | 51 | padding:0; |
|
- | 52 | } |
|
- | 53 | .file_list>li{ |
|
- | 54 | display:inline-block; |
|
- | 55 | border:thin solid #CCC; |
|
- | 56 | padding:3px .5em; |
|
- | 57 | margin-right:2px; |
|
- | 58 | } |
|
- | 59 | ||
46 | 60 | ||
47 | /* END of Classes */ |
61 | /* END of Classes */ |