Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
bdc639de
Commit
bdc639de
authored
Oct 19, 2020
by
Luca Bösch
Browse files
MDL-65448 block_social_activities: Restyle moving.
parent
60b24317
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/blocks.scss
View file @
bdc639de
...
...
@@ -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
;
}
\ No newline at end of file
theme/boost/style/moodle.css
View file @
bdc639de
...
...
@@ -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
;
}
...
...
theme/classic/style/moodle.css
View file @
bdc639de
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment