Subversion Repositories wimsdev

Rev

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

Rev 14769 Rev 14833
Line 184... Line 184...
184
        background-color: #FDFDFD;
184
        background-color: #FDFDFD;
185
        border-radius: 5px;
185
        border-radius: 5px;
186
        margin: 3px;
186
        margin: 3px;
187
        display: inline-block;
187
        display: inline-block;
188
        width:45%;
188
        width:45%;
-
 
189
}
-
 
190
 
-
 
191
/* Display a list of uploaded files (see freework or cahier de texte) */
-
 
192
.file_list{
-
 
193
  display: flex;
-
 
194
  flex-wrap: wrap;
-
 
195
  padding:0;
-
 
196
}
-
 
197
.file_list>li{
-
 
198
  display:inline-block;
-
 
199
  border:thin solid #CCC;
-
 
200
  padding:3px .5em;
-
 
201
  margin-right:2px;
189
}
202
}