Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
aa95fc44
Commit
aa95fc44
authored
4 years ago
by
Santhanavanich
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
4f500c0b
master
revert-205bb8ef
rosanny-202111
No related merge requests found
Pipeline
#3833
passed with stage
in 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/css/custom.css
+1
-1
public/css/custom.css
public/js/add_content.js
+1
-1
public/js/add_content.js
public/js/add_paper.js
+1
-1
public/js/add_paper.js
with
3 additions
and
3 deletions
+3
-3
public/css/custom.css
+
1
-
1
View file @
aa95fc44
...
...
@@ -37,5 +37,5 @@
}
.publication_card
{
height
:
250
px
;
padding
:
15
px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/js/add_content.js
+
1
-
1
View file @
aa95fc44
...
...
@@ -33,7 +33,7 @@ function addcontent(item) {
}
new_row
.
innerHTML
=
new_row
.
innerHTML
+
'
<div class="col-lg-4">
'
+
'
<div class="card mb-4 shadow-sm extension">
'
+
'
<div class="card mb-4 shadow-sm extension
overflow-auto
">
'
+
'
<h5>
'
+
item
.
item
.
title
+
'
<span class="lead text-muted">
'
+
item
.
item
.
project
+
'
</span></h5>
'
+
'
<img class="thumbimg" src="
'
+
item
.
item
.
imageLink
+
'
" alt="">
'
+
'
<div class="card-body">
'
+
...
...
This diff is collapsed.
Click to expand it.
public/js/add_paper.js
+
1
-
1
View file @
aa95fc44
...
...
@@ -46,7 +46,7 @@ function addpaper(item) {
new_row
.
innerHTML
=
new_row
.
innerHTML
+
'
<div class="card" style="max-width: 1080px;">
'
+
'
<div class="row publication_card">
'
+
'
<div class="row publication_card
g-0
">
'
+
'
<div class="col-md-3">
'
+
'
<img src="
'
+
item
.
item
.
imageLink
+
'
" alt="..." style="width:100%">
'
+
'
</div>
'
+
...
...
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
Menu
Explore
Projects
Groups
Snippets