Merge branch 'MDL-67469-master' of git://github.com/junpataleta/moodle
[moodle.git] / blocks / private_files / styles.css
blobb553b4c2a054be52cdfce7080461cae9009debb5
1 /* Rule so that the table tree view works with word-wrap: break-word. */
2 .block_private_files .content table {
3 table-layout: fixed;
4 width: 100%;
7 .block_private_files .content .footer {
8 padding: 10px 0 0;
9 margin-top: .5em;