Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ckanext-odsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Show more breadcrumbs
Transparenzportal
ckanext-odsh
Commits
81eb668c
Commit
81eb668c
authored
3 years ago
by
Benjamin Becker
Browse files
Options
Downloads
Patches
Plain Diff
adds links for "Gebärdensprache" and "leichte Sprache"
parent
976ed344
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ckanext/odsh/public/odsh_header.css
+40
-6
40 additions, 6 deletions
ckanext/odsh/public/odsh_header.css
ckanext/odsh/templates/header.html
+8
-0
8 additions, 0 deletions
ckanext/odsh/templates/header.html
with
48 additions
and
6 deletions
ckanext/odsh/public/odsh_header.css
+
40
−
6
View file @
81eb668c
...
...
@@ -47,9 +47,9 @@
display: block;
} */
.language-switch
{
.navbar
.nav
.language-switch
{
float
:
right
;
background-color
:
#f2f2f2
;
/*
background-color: #f2f2f2;
*/
padding
:
6px
10px
;
margin-left
:
20px
;
height
:
44px
;
/* dirty fix to make it the same height as schleswig-holstein.de */
...
...
@@ -80,19 +80,53 @@
}
.language-switch
.navLeichteSprache
{
background
:
url(/base/images/sprite.png)
no-repeat
6
px
-555
7
px
;
background
:
url(/base/images/sprite.png)
no-repeat
11
px
-555
5
px
;
font
:
0
/
0
serif
;
display
:
block
;
height
:
20px
;
/*
height: 20px;
*/
width
:
20px
;
overflow
:
hidden
;
}
.language-switch
.navLeichteSprache
:hover
{
background
:
#011e5a
url(/base/images/sprite.png)
no-repeat
6px
-5334px
;
.language-switch
:hover
.navLeichteSprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-5332px
;
}
.language-switch
.navGebaerdensprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-3385px
;
font
:
0
/
0
serif
;
display
:
block
;
/*height: 20px;*/
width
:
20px
;
overflow
:
hidden
;
}
.language-switch
:hover
.navGebaerdensprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-3161px
;
}
@media
(
max-width
:
767px
)
{
.language-switch
.navLeichteSprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-5559px
;
}
.language-switch
:hover
.navLeichteSprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-5336px
;
}
.language-switch
.navGebaerdensprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-3389px
;
}
.language-switch
:hover
.navGebaerdensprache
{
background
:
url(/base/images/sprite.png)
no-repeat
11px
-3165px
;
}
}
.masthead
.top-search-form
{
float
:
right
;
background
:
#f2f2f2
;
...
...
This diff is collapsed.
Click to expand it.
ckanext/odsh/templates/header.html
+
8
−
0
View file @
81eb668c
...
...
@@ -103,6 +103,14 @@
</a>
</li>
{% endif %}
<li
class=
"language-switch"
>
<a
href=
"https://www.schleswig-holstein.de/tpgebaerdensprache"
title=
"Gebärdensprache"
class=
"navGebaerdensprache"
>
</a>
</li>
<li
class=
"language-switch"
>
<a
href=
"https://www.schleswig-holstein.de/tpleichtesprache"
title=
"Leichte Sprache"
class=
"navLeichteSprache"
>
</a>
</li>
</ul>
</nav>
<nav
class=
"section navigation"
>
...
...
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