Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
e8f7a758
Commit
e8f7a758
authored
4 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
add Drag and Drop functionality to the Mobility Page
parent
dd44e70e
Pipeline
#3284
passed with stage
in 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/css/main.css
+26
-0
public/css/main.css
public/index.html
+4
-1
public/index.html
with
30 additions
and
1 deletion
+30
-1
public/css/main.css
+
26
-
0
View file @
e8f7a758
...
@@ -166,3 +166,29 @@ main[role=main]{
...
@@ -166,3 +166,29 @@ main[role=main]{
padding-bottom
:
1rem
!important
;
padding-bottom
:
1rem
!important
;
}
}
a
{
text-decoration
:
none
;
display
:
inline-block
;
padding
:
8px
16px
;
}
a
:hover
{
background-color
:
#ddd
;
color
:
black
;
}
.previous
{
background-color
:
#f1f1f1
;
color
:
black
;
margin-left
:
42%
;
}
.next
{
background-color
:
#04AA6D
;
color
:
white
;
}
.round
{
border-radius
:
50%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/index.html
+
4
-
1
View file @
e8f7a758
...
@@ -263,8 +263,11 @@
...
@@ -263,8 +263,11 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"container"
style=
"margin-top:1em;"
><a
href=
"#"
class=
"previous"
>
«
Previous
</a>
<a
href=
"#"
class=
"next"
>
Next
»
</a></div>
<hr>
<hr>
<div
class=
"container"
>
<div
class=
"container"
>
<h2
id=
"rgc_ourteam"
><i
class=
"fas fa-user-friends"
></i>
Our amazing team
</h2>
<h2
id=
"rgc_ourteam"
><i
class=
"fas fa-user-friends"
></i>
Our amazing team
</h2>
...
...
This diff is collapsed.
Click to expand it.
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