Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eLearning
Moodle
moodle-theme_unige
Commits
f51b5df2
Commit
f51b5df2
authored
Jun 02, 2020
by
Benjamin Abraham
Browse files
Fixes to match prod state
parent
9e2c1408
Changes
1
Hide whitespace changes
Inline
Side-by-side
scss/style_post_scss.scss
View file @
f51b5df2
...
...
@@ -583,14 +583,42 @@ select + .btn-group, .btn-group + .btn {
}
}
// ---------------------------------------------------------------------------
// ----- Attendance
// ---------------------------------------------------------------------------
// fix table display on mobile device
#page-mod-attendance-report
.attendancereporttable
{
margin-left
:
inherit
;
}
#page-mod-attendance-report
.attendancereporttable
.headcol
{
position
:
inherit
;
}
// ---------------------------------------------------------------------------
// ----- Quiz
// ---------------------------------------------------------------------------
//fix spacing button for quiz entry
.moodle-dialogue-base
.moodle-dialogue.mod_quiz_preflight_popup
.moodle-dialogue-bd
#mod_quiz_preflight_form
#fgroup_id_buttonar
{
padding
:
10px
0
20px
;
}
//fix cloze question width
#page-mod-quiz-attempt
.formulation
input
[
type
=
"text"
]
{
width
:
auto
!
important
;
}
#page-mod-quiz-attempt
,
#page-mod-quiz-review
{
.navbar
{
background-color
:
#404040
!
important
;
color
:
#fff
!
important
;
.site-name
{
padding
:
0
1em
;
}
.navbar-brand
{
display
:
block
;
height
:
50px
;
...
...
@@ -641,7 +669,13 @@ select + .btn-group, .btn-group + .btn {
}
// ---------------------------------------------------------------------------
// ----- Mod Books
// ---------------------------------------------------------------------------
.book-datetime
{
color
:
#a9a9a9
;
font-style
:
italic
;
}
// ---------------------------------------------------------------------------
// ----- My courses
...
...
@@ -1071,7 +1105,21 @@ select + .btn-group, .btn-group + .btn {
// ----- Media queries
// ---------------------------------------------------------------------------
@media
screen
and
(
min-width
:
1099px
)
{
//Fix quiz width
#page-mod-quiz-attempt
>
div
#page-wrapper
>
.container-fluid
{
padding-right
:
1em
;
padding-left
:
1em
;
}
}
@media
screen
and
(
max-width
:
1100px
)
{
//Fix quiz width
#page-mod-quiz-attempt
>
div
#page-wrapper
>
.container-fluid
{
padding-right
:
1em
;
padding-left
:
1em
;
}
body
.container-fluid
{
padding-right
:
7%
;
padding-left
:
7%
;
...
...
@@ -1213,4 +1261,4 @@ select + .btn-group, .btn-group + .btn {
flex
:
auto
;
max-width
:
none
;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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