mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-40705-master' of git://github.com/FMCorz/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
b5c8e7cbc3
5
blocks/private_files/styles.css
Normal file
5
blocks/private_files/styles.css
Normal file
@ -0,0 +1,5 @@
|
||||
/* Rule so that the table tree view works with word-wrap: break-word. */
|
||||
.block_private_files .content table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
@ -39,11 +39,14 @@
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.block .content {
|
||||
padding: 4px 14px;
|
||||
}
|
||||
.block .content hr {
|
||||
margin: 5px 0;
|
||||
.block {
|
||||
.content {
|
||||
padding: 4px 14px;
|
||||
word-wrap: break-word;
|
||||
hr {
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jsenabled .block.hidden .content {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user