Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
component-library
Merge requests
!13
Topic/1087 new logo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Topic/1087 new logo
Topic/1087-NewLogo
into
Product/943-NewLogo
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Kimia Beheshti
requested to merge
Topic/1087-NewLogo
into
Product/943-NewLogo
4 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
coscine/issues#1087
0
0
Merge request reports
Compare
Product/943-NewLogo
version 2
12569637
4 years ago
version 1
9417fd53
4 years ago
Product/943-NewLogo (base)
and
latest version
latest version
477b95ef
3 commits,
4 years ago
version 2
12569637
2 commits,
4 years ago
version 1
9417fd53
1 commit,
4 years ago
1 file
+
4
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/Page/Header.vue
+
4
−
8
Options
@@ -3,16 +3,10 @@
<nav
id=
"nav-global"
class=
"navbar rwth-black navbar-dark navbar-expand-md"
>
<div
class=
"app-header-container"
>
<div
id=
"DeltaSiteLogo"
>
<a
id=
"ctl00_onetidProjectPropertyTitleGraphic"
title=
"Team Site"
class=
"ms-siteicon-a"
href=
"/"
>
<a
id=
"ctl00_onetidProjectPropertyTitleGraphic"
title=
"Team Site"
class=
"ms-siteicon-a
coscineSiteIcon
"
href=
"/"
>
<img
id=
"ctl00_onetidHeadbnnr2"
class=
"ms-siteicon-img"
name=
"onetidHeadbnnr0"
:src=
"rwthImage"
alt=
"RWTH Aachen University"
data-themekey=
"#"
>
</a>
</div>
</div>
<div
id=
"DeltaCoScInESiteLogo"
>
<a
id=
"ctl00_SPSimpleSiteLink1"
title=
"Team Site"
class=
"ms-siteicon-a coscineSiteIcon"
href=
"/"
>
<img
id=
"ctl00_SiteLogoImage1"
class=
"ms-siteicon-img"
name=
"onetidHeadbnnr0"
:src=
"coscineImageBlack"
alt=
"Coscine"
data-themekey=
"#"
>
</a>
<span
class=
"coscineSiteIconLabel"
>
CoScInE
</span>
</div>
<ul
id=
"nav-langsearch"
class=
"navbar-nav ml-auto"
>
<li
id=
"langToggle"
class=
"next-lang"
tabindex=
"0"
aria-label=
"toggle language"
>
@@ -31,7 +25,6 @@ export default Vue.extend({
name
:
'
CoscineHeader
'
,
props
:
{
rwthImage
:
String
,
coscineImageBlack
:
String
,
locale
:
{
default
:
'
en
'
,
type
:
String
,
@@ -103,6 +96,9 @@ export default Vue.extend({
.navbar
.app-header-container
a
img
.ms-siteicon-img
{
border
:
0px
;
margin-left
:
8px
;
margin-top
:
-1.20em
;
width
:
60px
;
}
.headline
{
Loading