Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
ac10ce78
Commit
ac10ce78
authored
8 years ago
by
Karl
Browse files
Options
Downloads
Patches
Plain Diff
Das Spendenformular wird jetzt auf Firefox, Chrome und Vivaldi wieder korrekt ausgedruckt
parent
6fa2b2d6
No related branches found
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/css/beitritt.css
+50
-9
50 additions, 9 deletions
public/css/beitritt.css
resources/views/spende/beitritt.blade.php
+4
-5
4 additions, 5 deletions
resources/views/spende/beitritt.blade.php
with
54 additions
and
14 deletions
public/css/beitritt.css
+
50
−
9
View file @
ac10ce78
@media
print
{
@media
print
{
#spendenaufruf
{
#spendenaufruf
{
display
:
none
!important
;
display
:
none
!important
;
}
header
{
display
:
none
!important
;
}
}
footer
{
footer
{
display
:
none
!important
;
display
:
none
!important
;
}
}
.wrapper
{
.wrapper
{
padding-top
:
0
!important
;
padding-top
:
0
!important
;
}
}
*
{
*
{
font-size
:
12px
!important
;
font-size
:
12px
!important
;
}
}
input
[
type
=
text
],
input
[
type
=
email
]
{
input
[
type
=
text
],
input
[
type
=
email
]
{
padding
:
0
!important
;
margin
:
0px
!important
;
height
:
initial
!important
;
padding
:
0px
!important
;
/*padding-top: 5px!important;*/
height
:
initial
!important
;
border
:
0
;
border
:
0
;
}
}
.beitritt-form-group
{
margin
:
0px
!important
;
padding
:
0px
!important
;
margin-bottom
:
0px
!important
;
}
.sign
{
margin-top
:
10px
;
}
.donation-amount-input
{
padding-top
:
5px
;
}
h1
{
h1
{
margin-top
:
0
!important
;
margin-top
:
0
!important
;
padding-top
:
0
!important
;
padding-top
:
0
!important
;
}
/* Skalierung für Firefox, absolut für die funktionierenden Browser */
input
[
type
=
radio
]
{
transform
:
scale
(
0.5
);
-moz-transform
:
scale
(
0.5
);
-ms-transform
:
scale
(
0.5
);
-webkit-transform
:
scale
(
0.5
);
-o-transform
:
scale
(
0.5
);
width
:
20px
!important
;
height
:
20px
!important
;
margin-top
:
0px
!important
;
padding-top
:
0px
!important
;
}
input
::-webkit-input-placeholder
{
/* WebKit browsers */
color
:
transparent
!important
;
}
input
:-moz-placeholder
{
/* Mozilla Firefox 4 to 18 */
color
:
transparent
!important
;
}
input
::-moz-placeholder
{
/* Mozilla Firefox 19+ */
color
:
transparent
!important
;
}
}
.form-group
{
input
:-ms-input-placeholder
{
margin-bottom
:
10px
!important
;
/* Internet Explorer 10+ */
color
:
transparent
!important
;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/views/spende/beitritt.blade.php
+
4
−
5
View file @
ac10ce78
...
@@ -39,10 +39,10 @@
...
@@ -39,10 +39,10 @@
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
label
class
=
"non-bold"
for
=
"betrag"
>
{{
trans
(
'beitritt.beitritt.8'
)
}}
</
label
>
<
label
class
=
"non-bold"
for
=
"betrag"
>
{{
trans
(
'beitritt.beitritt.8'
)
}}
</
label
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"
col-xs-2
"
>
<
div
class
=
"
pull-left donation-amount-input
"
>
<
input
type
=
"text"
class
=
"form-control"
name
=
"betrag"
/>
<
input
type
=
"text"
class
=
"form-control"
name
=
"betrag"
/>
</
div
>
</
div
>
<
div
class
=
"
col-xs-2
"
>
<
div
class
=
"
pull-left"
style
=
"padding-left: 10px
"
>
<
p
class
=
"help-block"
>
{{
trans
(
'beitritt.beitritt.9'
)
}}
</
p
>
<
p
class
=
"help-block"
>
{{
trans
(
'beitritt.beitritt.9'
)
}}
</
p
>
</
div
>
</
div
>
</
div
>
</
div
>
...
@@ -54,14 +54,14 @@
...
@@ -54,14 +54,14 @@
{{
trans
(
'beitritt.beitritt.11'
)
}}
{{
trans
(
'beitritt.beitritt.11'
)
}}
</
label
>
</
label
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"
col-xs-2
"
>
<
div
class
=
"
pull-left
"
>
<
div
class
=
"radio"
>
<
div
class
=
"radio"
>
<
label
>
<
label
>
<
input
type
=
"radio"
name
=
"veröffentlichung"
checked
>
{{
trans
(
'beitritt.beitritt.12'
)
}}
<
input
type
=
"radio"
name
=
"veröffentlichung"
checked
>
{{
trans
(
'beitritt.beitritt.12'
)
}}
</
label
>
</
label
>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"
col-xs-2
"
>
<
div
class
=
"
pull-left"
style
=
"padding-left: 10px
"
>
<
div
class
=
"radio"
>
<
div
class
=
"radio"
>
<
label
>
<
label
>
<
input
type
=
"radio"
name
=
"veröffentlichung"
>
{{
trans
(
'beitritt.beitritt.13'
)
}}
<
input
type
=
"radio"
name
=
"veröffentlichung"
>
{{
trans
(
'beitritt.beitritt.13'
)
}}
...
@@ -74,7 +74,6 @@
...
@@ -74,7 +74,6 @@
<
input
type
=
"text"
class
=
"form-control"
id
=
"ort"
placeholder
=
""
/>
<
input
type
=
"text"
class
=
"form-control"
id
=
"ort"
placeholder
=
""
/>
</
div
>
</
div
>
<
br
/>
<
br
/>
<
p
class
=
"sign"
>---------------------------------------------------------
<
p
class
=
"sign"
>---------------------------------------------------------
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
{{
trans
(
'beitritt.abbuchung.1'
)
}}
</
p
>
<
h3
>
{{
trans
(
'beitritt.abbuchung.2'
)
}}
</
h3
>
<
h3
>
{{
trans
(
'beitritt.abbuchung.2'
)
}}
</
h3
>
...
...
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