mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-68891-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
6a7a264e01
3 changed files with 1 additions and 23 deletions
|
@ -48,13 +48,7 @@ $gototop-bottom-position: 50px !default;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed; /* IE compatibility hack */
|
position: fixed;
|
||||||
@supports (position: sticky) {
|
|
||||||
position: sticky;
|
|
||||||
}
|
|
||||||
@supports (-ms-ime-align:auto) {
|
|
||||||
position: fixed; /* Edge compatibility hack */
|
|
||||||
}
|
|
||||||
bottom: $gototop-bottom-position;
|
bottom: $gototop-bottom-position;
|
||||||
right: 0;
|
right: 0;
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -9663,16 +9663,8 @@ input[disabled] {
|
||||||
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* IE compatibility hack */
|
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 0; }
|
right: 0; }
|
||||||
@supports (position: sticky) {
|
|
||||||
#goto-top-link {
|
|
||||||
position: sticky; } }
|
|
||||||
@supports (-ms-ime-align: auto) {
|
|
||||||
#goto-top-link {
|
|
||||||
position: fixed;
|
|
||||||
/* Edge compatibility hack */ } }
|
|
||||||
#goto-top-link a {
|
#goto-top-link a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -9868,16 +9868,8 @@ input[disabled] {
|
||||||
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
transition: opacity .7s ease 0s, visibility .1s ease .8s;
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
/* IE compatibility hack */
|
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 0; }
|
right: 0; }
|
||||||
@supports (position: sticky) {
|
|
||||||
#goto-top-link {
|
|
||||||
position: sticky; } }
|
|
||||||
@supports (-ms-ime-align: auto) {
|
|
||||||
#goto-top-link {
|
|
||||||
position: fixed;
|
|
||||||
/* Edge compatibility hack */ } }
|
|
||||||
#goto-top-link a {
|
#goto-top-link a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue