Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
b0a7dc07
Commit
b0a7dc07
authored
3 years ago
by
connorhaugh
Browse files
Options
Downloads
Patches
Plain Diff
feat: update css
parent
07a669d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lti_consumer/static/css/student.css
+1
-1
1 addition, 1 deletion
lti_consumer/static/css/student.css
with
1 addition
and
1 deletion
lti_consumer/static/css/student.css
+
1
−
1
View file @
b0a7dc07
.ui-widget-overlay
{
background
:
#000
;
opacity
:
.5
}
.confirm-dialog
{
position
:
relative
;
z-index
:
1
;
max-width
:
500px
;
width
:
100vw
;
background
:
#fff
;
border-radius
:
.425rem
;
display
:
flex
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
margin
:
0
1.5rem
;
max-height
:
80vh
;
max-width
:
500px
;
box-shadow
:
0
10px
20px
rgba
(
0
,
0
,
0
,
.15
),
0
8px
20px
rgba
(
0
,
0
,
0
,
.15
);
border
:
0
solid
rgba
(
0
,
0
,
0
,
.2
);
font-size
:
1.125rem
;
font-weight
:
400
;
line-height
:
1.55556
;
color
:
#454545
;
text-align
:
left
}
.confirm-dialog
.ui-dialog-titlebar-close
{
visibility
:
hidden
}
.confirm-dialog
.ui-dialog-buttonpane
{
position
:
sticky
;
border-color
:
#fff
;
border-width
:
0px
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-pack
:
end
;
justify-content
:
flex-end
;
background-color
:
#fff
}
.confirm-dialog
.ui-dialog-buttonpane
.ui-dialog-buttonset
{
font-family
:
-apple-system
,
BlinkMacSystemFont
,
Segoe
UI
,
Roboto
,
Helvetica
Neue
,
Arial
,
Noto
Sans
,
sans-serif
,
Apple
Color
Emoji
,
Segoe
UI
Emoji
,
Segoe
UI
Symbol
,
Noto
Color
Emoji
;
font-size
:
1.125rem
;
font-weight
:
400
}
.confirm-dialog
.ui-dialog-buttonpane
.ui-dialog-buttonset
.ui-button
{
color
:
#fff
;
background
:
none
;
background-color
:
#0a3055
;
border-color
:
#0a3055
;
border-radius
:
6px
}
.confirm-dialog
div
.ui-dialog-titlebar
{
background-color
:
#fff
;
border-top-left-radius
:
6.8px
;
border-top-right-radius
:
6.8px
;
box-shadow
:
none
;
box-sizing
:
content-box
;
color
:
#454545
;
font-family
:
-apple-system
,
system-ui
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
,
"Noto Color Emoji"
;
font-size
:
18px
;
font-weight
:
700
;
height
:
32px
;
justify-content
:
center
;
line-height
:
28.0001px
;
min-height
:
32px
;
padding-bottom
:
0px
;
padding-left
:
24px
;
padding-right
:
24px
;
padding-top
:
16px
;
position
:
sticky
;
text-align
:
left
;
text-size-adjust
:
100%
;
top
:
0px
}
.xblock-student_view.xblock-student_view-lti_consumer
h2
.problem-header
{
display
:
inline-block
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.problem-progress
{
display
:
inline-block
;
padding-left
:
5px
;
color
:
#666
;
font-weight
:
100
;
font-size
:
1em
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
{
margin
:
0
auto
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
{
font-size
:
14px
;
background-color
:
#
785dd
6
;
padding
:
20px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
.lti-link
{
margin-bottom
:
0
;
margin-top
:
20px
;
text-align
:
left
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
.lti-link
button
{
font-size
:
13px
;
line-height
:
20.72px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
{
position
:
fixed
;
opacity
:
0
;
z-index
:
11000
;
box-sizing
:
border-box
;
margin-left
:
0
;
height
:
auto
;
padding
:
8px
;
border-radius
:
3px
;
box-shadow
:
0
0
5px
0
rgba
(
0
,
0
,
0
,
.4
);
background
:
#464646
;
color
:
#3c3c3c
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.close-modal
{
display
:
inline-block
;
position
:
absolute
;
right
:
0px
;
top
:
0px
;
z-index
:
100
;
cursor
:
pointer
;
padding
:
10px
;
background-color
:
#fff
!important
;
border
:
none
;
text-align
:
center
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.close-modal
.fa
{
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
font-size
:
inherit
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.inner-wrapper
{
height
:
100%
;
padding
:
0
0
0
0
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
form
.ltiLaunchForm
{
display
:
none
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
iframe
.ltiLaunchFrame
{
width
:
100%
;
height
:
100%
;
display
:
block
;
border
:
0px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
h4
.problem-feedback-label
{
font-weight
:
100
;
font-size
:
1em
;
font-family
:
"Source Sans"
,
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
div
.problem-feedback
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.lean-overlay
{
background
:
transparent
;
background-image
:
radial-gradient
(
circle
at
50%
30%
,
rgba
(
0
,
0
,
0
,
0.4
),
rgba
(
0
,
0
,
0
,
0.6
));
display
:
none
;
height
:
100%
;
left
:
0
;
position
:
fixed
;
top
:
0
;
width
:
100%
;
z-index
:
100
}
/*# sourceMappingURL=student.css.map */
.ui-widget-overlay
{
background
:
#000
;
opacity
:
.5
}
.confirm-dialog
{
position
:
relative
;
z-index
:
1
;
max-width
:
500px
;
width
:
100vw
;
background
:
#fff
;
border-radius
:
.425rem
;
display
:
flex
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
margin
:
0
1.5rem
;
max-height
:
80vh
;
max-width
:
500px
;
box-shadow
:
0
10px
20px
rgba
(
0
,
0
,
0
,
.15
),
0
8px
20px
rgba
(
0
,
0
,
0
,
.15
);
border
:
0
solid
rgba
(
0
,
0
,
0
,
.2
);
font-size
:
1.125rem
;
font-weight
:
400
;
line-height
:
1.55556
;
color
:
#454545
;
text-align
:
left
}
.confirm-dialog
.ui-dialog-titlebar-close
{
visibility
:
hidden
}
.confirm-dialog
.ui-dialog-buttonpane
{
position
:
sticky
;
border-color
:
#fff
;
border-width
:
0px
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-pack
:
end
;
justify-content
:
flex-end
;
background-color
:
#fff
}
.confirm-dialog
.ui-dialog-buttonpane
.ui-dialog-buttonset
{
font-family
:
-apple-system
,
BlinkMacSystemFont
,
Segoe
UI
,
Roboto
,
Helvetica
Neue
,
Arial
,
Noto
Sans
,
sans-serif
,
Apple
Color
Emoji
,
Segoe
UI
Emoji
,
Segoe
UI
Symbol
,
Noto
Color
Emoji
;
font-size
:
1.125rem
;
font-weight
:
400
}
.confirm-dialog
.ui-dialog-buttonpane
.ui-dialog-buttonset
.ui-button
{
color
:
#fff
;
background
:
none
;
background-color
:
#0a3055
;
border-color
:
#0a3055
;
border-radius
:
6px
}
.confirm-dialog
div
.ui-dialog-titlebar
{
background-color
:
#fff
;
border-top-left-radius
:
6.8px
;
border-top-right-radius
:
6.8px
;
box-shadow
:
none
;
box-sizing
:
content-box
;
color
:
#454545
;
font-family
:
-apple-system
,
system-ui
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
,
"Noto Color Emoji"
;
font-size
:
18px
;
font-weight
:
700
;
height
:
32px
;
justify-content
:
center
;
line-height
:
28.0001px
;
min-height
:
32px
;
padding-bottom
:
0px
;
padding-left
:
24px
;
padding-right
:
24px
;
padding-top
:
16px
;
position
:
sticky
;
text-align
:
left
;
text-size-adjust
:
100%
;
top
:
0px
}
.xblock-student_view.xblock-student_view-lti_consumer
h2
.problem-header
{
display
:
inline-block
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.problem-progress
{
display
:
inline-block
;
padding-left
:
5px
;
color
:
#666
;
font-weight
:
100
;
font-size
:
1em
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
{
margin
:
0
auto
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
{
font-size
:
14px
;
background-color
:
#
f6f6f
6
;
padding
:
20px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
.lti-link
{
margin-bottom
:
0
;
margin-top
:
20px
;
text-align
:
left
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.wrapper-lti-link
.lti-link
button
{
font-size
:
13px
;
line-height
:
20.72px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
{
position
:
fixed
;
opacity
:
0
;
z-index
:
11000
;
box-sizing
:
border-box
;
margin-left
:
0
;
height
:
auto
;
padding
:
8px
;
border-radius
:
3px
;
box-shadow
:
0
0
5px
0
rgba
(
0
,
0
,
0
,
.4
);
background
:
#464646
;
color
:
#3c3c3c
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.close-modal
{
display
:
inline-block
;
position
:
absolute
;
right
:
0px
;
top
:
0px
;
z-index
:
100
;
cursor
:
pointer
;
padding
:
10px
;
background-color
:
#fff
!important
;
border
:
none
;
text-align
:
center
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.close-modal
.fa
{
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
font-size
:
inherit
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
.lti-modal
.inner-wrapper
{
height
:
100%
;
padding
:
0
0
0
0
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
form
.ltiLaunchForm
{
display
:
none
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
iframe
.ltiLaunchFrame
{
width
:
100%
;
height
:
100%
;
display
:
block
;
border
:
0px
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
h4
.problem-feedback-label
{
font-weight
:
100
;
font-size
:
1em
;
font-family
:
"Source Sans"
,
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
}
.xblock-student_view.xblock-student_view-lti_consumer
div
.lti_consumer
div
.problem-feedback
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.lean-overlay
{
background
:
transparent
;
background-image
:
radial-gradient
(
circle
at
50%
30%
,
rgba
(
0
,
0
,
0
,
0.4
),
rgba
(
0
,
0
,
0
,
0.6
));
display
:
none
;
height
:
100%
;
left
:
0
;
position
:
fixed
;
top
:
0
;
width
:
100%
;
z-index
:
100
}
/*# sourceMappingURL=student.css.map */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment