Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doi-landing-page
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alejandro De Maria Antolinos
doi-landing-page
Commits
fc269600
Commit
fc269600
authored
Apr 27, 2018
by
Maxime Chaillet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce padding for doi badge.
parent
a2e2b621
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/min/doi.min.js
www/min/doi.min.js
+1
-1
www/src/doiview.js
www/src/doiview.js
+1
-1
No files found.
www/min/doi.min.js
View file @
fc269600
This diff is collapsed.
Click to expand it.
www/src/doiview.js
View file @
fc269600
...
...
@@ -26,7 +26,7 @@ DOIView.prototype.setDOI = function( doiCode ) {
// $( "#doiPanel" ).text( doiCode.toUpperCase() );
$
(
"
#doiPanel
"
).
html
(
"
<div class='col'> </div>
"
+
"
<div class='col-auto mr-3 borderRadius-5 whiteBackground' style='padding:
10
px;'>
"
+
"
<div class='col-auto mr-3 borderRadius-5 whiteBackground' style='padding:
5
px;'>
"
+
"
<span class='doiBadge borderRadius-5 fontSize-20'> <a id='doiLink' href=''>
"
+
doiCode
.
toUpperCase
()
+
"
</a> </span> </div>
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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