Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
iberculturaviva
iberculturaviva-mapas
Commits
12d4f749
Commit
12d4f749
authored
Dec 13, 2021
by
Alex Felippe Chiozo
Browse files
remove rodapé da impressão da inscrição
parent
11b31367
Pipeline
#11996
passed with stages
in 2 minutes and 48 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
23 deletions
+5
-23
themes/IberCulturaViva/assets/css/print-registration.css
themes/IberCulturaViva/assets/css/print-registration.css
+5
-15
themes/IberCulturaViva/assets/js/print-registration.js
themes/IberCulturaViva/assets/js/print-registration.js
+0
-8
No files found.
themes/IberCulturaViva/assets/css/print-registration.css
View file @
12d4f749
...
...
@@ -40,15 +40,14 @@ a.btn, #registration-valuers--admin {
}
@media
print
{
/*
#main-header
{
display:
table-header-group
;
display
:
block
;
}
#main-section
{
display:
table-row-group
;
display
:
block
;
}
*/
.header-content
{
min-height
:
4rem
;
}
...
...
@@ -61,18 +60,9 @@ a.btn, #registration-valuers--admin {
#editable-entity
,
.alert.warning
{
display
:
none
;
}
/*
#empty-footer {
display: table-footer-group;
height: 160px;
visibility: hidden;
}
*/
footer
{
/*position: fixed;*/
height
:
160px
;
bottom
:
0
;
padding
:
0
;
display
:
none
;
}
.main-content
{
...
...
themes/IberCulturaViva/assets/js/print-registration.js
View file @
12d4f749
$
(
function
()
{
// initialisation
// const $footer = $("footer");
// $footer.before("<div id=\"empty-footer\">.</div>");
$
(
"
#main-header
"
).
removeClass
(
"
sombra
"
);
// trigger the print window
setTimeout
(
function
()
{
// $(window).resize();
window
.
print
();
return
;
},
500
);
// adjust height of empty-footer
// $(window).resize(function () {
// $("#empty-footer").height($footer.height());
// return;
// });
// adjust header on scroll
$
(
window
).
scroll
(
function
()
{
$
(
"
#main-header
"
)[
0
].
style
.
top
=
0
;
...
...
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