mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-65448 block_social_activities: Restyle moving.
This commit is contained in:
parent
60b2431798
commit
bdc639de03
@ -364,4 +364,13 @@ body.drawer-open-left #region-main.has-blocks {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.block_social_activities li a.movehere {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
border: 2px dashed $gray-800;
|
||||
margin: 4px 0;
|
||||
|
||||
}
|
@ -12745,6 +12745,13 @@ input[disabled] {
|
||||
border-left: 0;
|
||||
border-right: 0; } }
|
||||
|
||||
.block_social_activities li a.movehere {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
border: 2px dashed #343a40;
|
||||
margin: 4px 0; }
|
||||
|
||||
.navbar {
|
||||
max-height: 50px; }
|
||||
|
||||
|
@ -12959,6 +12959,13 @@ input[disabled] {
|
||||
border-left: 0;
|
||||
border-right: 0; } }
|
||||
|
||||
.block_social_activities li a.movehere {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
border: 2px dashed #343a40;
|
||||
margin: 4px 0; }
|
||||
|
||||
.navbar {
|
||||
max-height: 50px; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user