mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-69069-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
ce7b2f4a20
3 changed files with 45 additions and 23 deletions
|
@ -537,13 +537,15 @@ span.editinstructions {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
padding: .1em .4em;
|
padding: .1em .4em;
|
||||||
background-color: $state-info-bg;
|
|
||||||
color: $info;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
border: $alert-border-width solid transparent;
|
||||||
|
|
||||||
@include box-shadow(2px 2px 5px 1px #ccc);
|
@include alert-variant(
|
||||||
border: 1px solid $state-info-border;
|
theme-color-level('info', $alert-bg-level),
|
||||||
|
theme-color-level('info', $alert-border-level),
|
||||||
|
theme-color-level('info', $alert-color-level)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Course drag and drop upload styles */
|
/* Course drag and drop upload styles */
|
||||||
|
@ -553,14 +555,15 @@ span.editinstructions {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
margin: 0 30%;
|
margin: 0 30%;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border: 1px solid $state-info-border;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $state-info-bg;
|
|
||||||
color: $info;
|
|
||||||
z-index: 1; // Required in order to have this above relatively positioned course content@mixin
|
z-index: 1; // Required in order to have this above relatively positioned course content@mixin
|
||||||
|
border: $alert-border-width solid transparent;
|
||||||
|
|
||||||
@include box-shadow(2px 2px 5px 1px #ccc);
|
@include alert-variant(
|
||||||
@include border-radius(8px);
|
theme-color-level('info', $alert-bg-level),
|
||||||
|
theme-color-level('info', $alert-border-level),
|
||||||
|
theme-color-level('info', $alert-color-level)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dndupload-preview {
|
.dndupload-preview {
|
||||||
|
|
|
@ -13543,11 +13543,16 @@ span.editinstructions {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
font-size: 0.8203125rem;
|
font-size: 0.8203125rem;
|
||||||
padding: .1em .4em;
|
padding: .1em .4em;
|
||||||
background-color: #cce6ea;
|
|
||||||
color: #008196;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border: 1px solid #b8dce2; }
|
border: 0 solid transparent;
|
||||||
|
color: #00434e;
|
||||||
|
background-color: #cce6ea;
|
||||||
|
border-color: #b8dce2; }
|
||||||
|
span.editinstructions hr {
|
||||||
|
border-top-color: #a6d3db; }
|
||||||
|
span.editinstructions .alert-link {
|
||||||
|
color: #00171b; }
|
||||||
|
|
||||||
/* Course drag and drop upload styles */
|
/* Course drag and drop upload styles */
|
||||||
#dndupload-status {
|
#dndupload-status {
|
||||||
|
@ -13556,11 +13561,16 @@ span.editinstructions {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
margin: 0 30%;
|
margin: 0 30%;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border: 1px solid #b8dce2;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #cce6ea;
|
z-index: 1;
|
||||||
color: #008196;
|
border: 0 solid transparent;
|
||||||
z-index: 1; }
|
color: #00434e;
|
||||||
|
background-color: #cce6ea;
|
||||||
|
border-color: #b8dce2; }
|
||||||
|
#dndupload-status hr {
|
||||||
|
border-top-color: #a6d3db; }
|
||||||
|
#dndupload-status .alert-link {
|
||||||
|
color: #00171b; }
|
||||||
|
|
||||||
.dndupload-preview {
|
.dndupload-preview {
|
||||||
color: #909090;
|
color: #909090;
|
||||||
|
|
|
@ -13757,11 +13757,16 @@ span.editinstructions {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
font-size: 0.8203125rem;
|
font-size: 0.8203125rem;
|
||||||
padding: .1em .4em;
|
padding: .1em .4em;
|
||||||
background-color: #cce6ea;
|
|
||||||
color: #008196;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border: 1px solid #b8dce2; }
|
border: 0 solid transparent;
|
||||||
|
color: #00434e;
|
||||||
|
background-color: #cce6ea;
|
||||||
|
border-color: #b8dce2; }
|
||||||
|
span.editinstructions hr {
|
||||||
|
border-top-color: #a6d3db; }
|
||||||
|
span.editinstructions .alert-link {
|
||||||
|
color: #00171b; }
|
||||||
|
|
||||||
/* Course drag and drop upload styles */
|
/* Course drag and drop upload styles */
|
||||||
#dndupload-status {
|
#dndupload-status {
|
||||||
|
@ -13770,12 +13775,16 @@ span.editinstructions {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
margin: 0 30%;
|
margin: 0 30%;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border: 1px solid #b8dce2;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #cce6ea;
|
|
||||||
color: #008196;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 8px; }
|
border: 0 solid transparent;
|
||||||
|
color: #00434e;
|
||||||
|
background-color: #cce6ea;
|
||||||
|
border-color: #b8dce2; }
|
||||||
|
#dndupload-status hr {
|
||||||
|
border-top-color: #a6d3db; }
|
||||||
|
#dndupload-status .alert-link {
|
||||||
|
color: #00171b; }
|
||||||
|
|
||||||
.dndupload-preview {
|
.dndupload-preview {
|
||||||
color: #909090;
|
color: #909090;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue