Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
elc
moodle-qtype_stack
Commits
9228fada
Commit
9228fada
authored
5 months ago
by
Elke Kreim
Browse files
Options
Downloads
Patches
Plain Diff
Replace url for loading bootstrap and fontawsome in min file
parent
7d58d297
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
corsscripts/sortable.min.css
+2
-2
2 additions, 2 deletions
corsscripts/sortable.min.css
with
2 additions
and
2 deletions
corsscripts/sortable.min.css
+
2
−
2
View file @
9228fada
@import
url("
https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css")
;
@import
url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0
/css/font-awesome.min.css")
;
@import
url("../styles.css")
;
body
{
background-color
:
inherit
;}
@import
url("
./_hsh/assets/css/bootstrap.min.css")
;
@import
url("./_hsh/assets
/css/font-awesome.min.css")
;
@import
url("../styles.css")
;
body
{
background-color
:
inherit
;}
button
{
margin
:
2px
3px
;}
.container
{
display
:
flex
;
flex-wrap
:
wrap
;}
.usedList
>
li
[
data-id
]
{
background-color
:
rgb
(
176
,
221
,
228
);
border-left
:
thick
solid
rgb
(
155
,
199
,
206
);
float
:
left
;
flex-shrink
:
1
;}
.usedList.col-rigid
>
li
[
data-id
]
{
margin-left
:
0
;}
.row
{
margin-right
:
0
;
margin-left
:
0
;
margin-bottom
:
0
;}
.col-rigid
{
width
:
175px
;
flex
:
0
0
auto
;
display
:
inline-block
}
#availableList
>
li
{
background-color
:
rgb
(
243
,
189
,
88
);
float
:
left
;}
#availableList
:empty
{
height
:
50px
;
background-color
:
lightpink
;}
#availableList
>
.sortable-chosen
{
box-shadow
:
0px
0px
0px
3px
rgb
(
226
,
150
,
9
)
inset
;}
.usedList
>
.sortable-chosen
{
box-shadow
:
0px
0px
0px
3px
rgb
(
155
,
199
,
206
)
inset
;}
.usedList
>
.header
{
background-color
:
inherit
;
text-align
:
center
;
border-bottom
:
thick
solid
;
padding
:
10px
;
display
:
inline-block
;}
.usedList
>
.index
{
background-color
:
inherit
;
text-align
:
left
;
border-right
:
thick
solid
;
display
:
inline-block
;
margin-right
:
12px
;}
#availableList
>
.header
{
height
:
auto
;
width
:
max
(
100%
,
150px
);
background-color
:
inherit
;
text-align
:
center
;
border-bottom
:
thick
solid
rgb
(
196
,
131
,
10
);
padding
:
10px
;
display
:
inline-block
;}
#availableList
>
.index
{
min-height
:
50px
;
height
:
auto
;
background-color
:
inherit
;
text-align
:
left
;
border-right
:
thick
solid
rgb
(
196
,
131
,
10
);
padding
:
10px
;
margin
:
6px
;}
.grid-item
{
height
:
50px
;
background-color
:
#fff
;
border
:
solid
1px
rgb
(
0
,
0
,
0
,
0.2
);
padding
:
10px
;
margin
:
6px
;
display
:
flex
;
text-align
:
center
;}
.grid-item-rigid
{
height
:
50px
;
width
:
150px
;
background-color
:
#fff
;
border
:
solid
1px
rgb
(
0
,
0
,
0
,
0.2
);
padding
:
10px
;
margin
:
6px
;
display
:
flex
;
text-align
:
center
;}
#availableList
>
.grid-item-rigid.index
{
width
:
150px
;}
.usedList.empty
{
height
:
50px
;
background-color
:
floralwhite
;
border
:
1px
solid
rgb
(
155
,
199
,
206
);
padding
:
10px
;
margin
:
6px
;
text-align
:
center
;
display
:
flex
;}
.usedList.col-rigid
:empty
{
width
:
150px
;}
.parsons-button
{
display
:
inline-flex
;
align-items
:
center
;
padding
:
0.5rem
0.75rem
;
margin
:
2px
2px
;
font-size
:
25px
;
line-height
:
1.5
;
text-align
:
center
;
white-space
:
nowrap
;
vertical-align
:
middle
;
user-select
:
none
;
cursor
:
pointer
;
background-color
:
#6c757d
;
border
:
1px
solid
#6c757d
;
color
:
#ffffff
;
border-radius
:
0.35rem
;
transition
:
color
0.15s
ease-in-out
,
background-color
0.15s
ease-in-out
,
border-color
0.15s
ease-in-out
,
box-shadow
0.15s
ease-in-out
;}
.parsons-button
:hover
{
background-color
:
#5a6268
;
border-color
:
#545b62
;
color
:
#ffffff
;}
.parsons-bin
{
width
:
33%
;
cursor
:
default
;}
.bin-icon
{
margin-right
:
0.75rem
;}
.drop-zone
{
vertical-align
:
middle
;
display
:
inline-flex
;
flex
:
1
;
border
:
2px
dashed
#6c757d
;
border-radius
:
0.25rem
;
background-color
:
lightgray
;
align-self
:
stretch
;}
.drop-zone
>
li
{
font-size
:
0.75rem
;
background-color
:
lightcoral
;
max-height
:
100%
;
max-width
:
100%
;
text-align
:
left
;
flex
:
1
;
box-shadow
:
0px
0px
0px
2px
rgb
(
167
,
89
,
89
)
inset
;}
.sortable-warning
{
float
:
right
;
font-size
:
0.8em
;
margin
:
-0.3em-0.3em
;}
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