mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-56778 enrol: add note about legacy css
This commit is contained in:
parent
94d950601c
commit
8a08d016ff
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@ Structure of the user enroller panel
|
||||||
float: left;
|
float: left;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
/* Note this file isn't auto flipped, so we need dir-rtl rules*/
|
||||||
.dir-rtl .user-enroller-panel .uep-search-results .user .picture {
|
.dir-rtl .user-enroller-panel .uep-search-results .user .picture {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -82,6 +83,7 @@ Structure of the user enroller panel
|
||||||
float: left;
|
float: left;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
/* Note this file isn't auto flipped, so we need dir-rtl rules*/
|
||||||
.dir-rtl .user-enroller-panel .uep-search-results .user .details {
|
.dir-rtl .user-enroller-panel .uep-search-results .user .details {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -95,6 +97,7 @@ Structure of the user enroller panel
|
||||||
float: right;
|
float: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
/* Note this file isn't auto flipped, so we need dir-rtl rules*/
|
||||||
.dir-rtl .user-enroller-panel .uep-search-results .user .options .enrol {
|
.dir-rtl .user-enroller-panel .uep-search-results .user .options .enrol {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue