Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
62ce3bd5
Unverified
Commit
62ce3bd5
authored
6 years ago
by
Jaime Pérez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Hide the logo in the mobile version, and make the footer smaller.
parent
7d3db859
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
src/css/default.scss
+9
-0
9 additions, 0 deletions
src/css/default.scss
templates/_footer.twig
+2
-2
2 additions, 2 deletions
templates/_footer.twig
with
11 additions
and
2 deletions
src/css/default.scss
+
9
−
0
View file @
62ce3bd5
...
@@ -638,6 +638,7 @@ MEDIA QUERIES
...
@@ -638,6 +638,7 @@ MEDIA QUERIES
}
}
#layout
{
#layout
{
padding-top
:
0
;
padding-top
:
0
;
margin-bottom
:
-4rem
;
}
}
.auth_methods
{
.auth_methods
{
width
:
60%
;
width
:
60%
;
...
@@ -645,6 +646,14 @@ MEDIA QUERIES
...
@@ -645,6 +646,14 @@ MEDIA QUERIES
#logo
{
#logo
{
font-size
:
1
.8em
;
font-size
:
1
.8em
;
}
}
#footer
{
height
:
2
.5rem
;
padding-top
:
1
.5rem
;
.copyrights
{
height
:
1rem
;
padding-top
:
0
;
}
}
}
}
@media
screen
and
(
max-width
:
0em
)
,
screen
and
(
min-width
:
40em
)
{
@media
screen
and
(
max-width
:
0em
)
,
screen
and
(
min-width
:
40em
)
{
...
...
This diff is collapsed.
Click to expand it.
templates/_footer.twig
+
2
−
2
View file @
62ce3bd5
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
class=
"wrap"
>
<div
class=
"wrap"
>
<div
class=
"center copyrights"
>
<div
class=
"center copyrights"
>
Copyright
©
2007-
{{
year
}}
©
2007-
{{
year
}}
<a
href=
"https://simplesamlphp.org/"
>
SimpleSAMLphp
</a>
<a
href=
"https://simplesamlphp.org/"
>
SimpleSAMLphp
</a>
</div>
</div>
<div
class=
"logo-footer-right"
>
<div
class=
"logo-footer-right
show-for-large
"
>
<div
class=
"logo-footer"
>
<div
class=
"logo-footer"
>
<img
class=
"pure-img"
src=
"/
{{
baseurlpath
}}
resources/icons/ssplogo-fish-small.png"
alt=
"Small fish logo"
>
<img
class=
"pure-img"
src=
"/
{{
baseurlpath
}}
resources/icons/ssplogo-fish-small.png"
alt=
"Small fish logo"
>
</div>
</div>
...
...
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