repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-61937 mod_data: generator for all field types
[moodle.git]
/
blocks
/
private_files
/
styles.css
blob
b553b4c2a054be52cdfce7080461cae9009debb5
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
%;
5
}
6
7
.block_private_files .content .footer
{
8
padding
:
10px 0 0
;
9
margin-top
:
.5em
;
10
}