Merge branch 'MDL-49730-master-workshop-width' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Dan Poltawski 2015-04-07 20:26:15 +01:00
commit 5483bd6239
3 changed files with 8 additions and 8 deletions

View file

@ -4,6 +4,7 @@
.path-mod-workshop .manual-allocator .allocations { .path-mod-workshop .manual-allocator .allocations {
margin: 0px auto; margin: 0px auto;
width: 100%;
} }
.path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd) { .path-mod-workshop .manual-allocator .allocations tbody tr:nth-of-type(odd) {

View file

@ -1,4 +1,4 @@
.path-mod-workshop .random-allocator .warning { .path-mod-workshop .random-allocator .warning {
width: 80%; width: 100%;
margin: 0px auto 15px auto; margin: 0px auto 15px auto;
} }

View file

@ -169,7 +169,7 @@
.path-mod-workshop .message { .path-mod-workshop .message {
padding: 5px 5em 5px 15px; padding: 5px 5em 5px 15px;
margin: 0px auto 20px auto; margin: 0px auto 20px auto;
width: 60%; width: 100%;
font-size: 80%; font-size: 80%;
position: relative; position: relative;
} }
@ -200,7 +200,7 @@
.path-mod-workshop .allocation-init-results { .path-mod-workshop .allocation-init-results {
margin: 10px auto; margin: 10px auto;
width: 60%; width: 100%;
font-size: 80%; font-size: 80%;
} }
@ -232,11 +232,10 @@
* User plan * User plan
*/ */
.path-mod-workshop .userplan { .path-mod-workshop .userplan {
width: 70%; width: 100%;
margin: 1em auto 1em auto; margin: 1em auto 1em auto;
font-size: 80%; font-size: 80%;
border-left: 1px solid #ddd; border: 1px solid #ddd;
border-right: 1px solid #ddd;
} }
.path-mod-workshop .userplan th { .path-mod-workshop .userplan th {
@ -429,7 +428,7 @@
* Grading report * Grading report
*/ */
.path-mod-workshop .grading-report { .path-mod-workshop .grading-report {
width: 90%; width: 100%;
margin: 1em auto 1em auto; margin: 1em auto 1em auto;
font-size: 80%; font-size: 80%;
border: 1px solid #ddd; border: 1px solid #ddd;
@ -535,7 +534,7 @@
.path-mod-workshop .feedback { .path-mod-workshop .feedback {
border: 1px solid #ddd; border: 1px solid #ddd;
margin: 0px auto 1em auto; margin: 0px auto 1em auto;
width: 80%; width: 100%;
} }
.path-mod-workshop .feedback .header { .path-mod-workshop .feedback .header {