Skip to content
Snippets Groups Projects
Commit d8fe3a1e authored by srosse's avatar srosse
Browse files

OO-2142: fix position of checkbox in the table of rights management in course

parent 2f4572e6
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,11 @@ body .progress-bar { ...@@ -109,6 +109,11 @@ body .progress-bar {
} }
} }
/* typically in course rights table*/
td.text-left>div.form-inline>label.checkbox-inline>input[type='checkbox'] {
position: relative;
}
/* http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 */ /* http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 */
@-moz-document url-prefix() { @-moz-document url-prefix() {
fieldset { fieldset {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment