Merge pull request #19979 from edx/mroytman/EDUCATOR-4085-exam-code-button-styling
add some styling to copy exam code button and bump version of edx-pro…
This commit is contained in:
@@ -205,8 +205,8 @@ html.video-fullscreen {
|
||||
}
|
||||
}
|
||||
|
||||
span.proctored-exam-code {
|
||||
margin-top: 5px;
|
||||
.proctored-exam-code {
|
||||
margin: 5px 0px;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
@@ -228,8 +228,12 @@ html.video-fullscreen {
|
||||
}
|
||||
}
|
||||
|
||||
.proctored-exam-select-code {
|
||||
@include margin-left(30px);
|
||||
.copy-exam-code-button {
|
||||
margin: 5px 0px;
|
||||
padding: 7.5px 20px;
|
||||
margin-left: -5px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.exam-action-button {
|
||||
|
||||
@@ -120,7 +120,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.2
|
||||
edx-proctoring==1.5.19
|
||||
edx-proctoring==1.5.20
|
||||
edx-rbac==0.1.3 # via edx-enterprise
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
|
||||
@@ -143,7 +143,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.2
|
||||
edx-proctoring==1.5.19
|
||||
edx-proctoring==1.5.20
|
||||
edx-rbac==0.1.3
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
|
||||
@@ -139,7 +139,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==1.0.1
|
||||
edx-proctoring-proctortrack==1.0.2
|
||||
edx-proctoring==1.5.19
|
||||
edx-proctoring==1.5.20
|
||||
edx-rbac==0.1.3
|
||||
edx-rest-api-client==1.9.2
|
||||
edx-search==1.2.1
|
||||
|
||||
Reference in New Issue
Block a user