Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
057734ea
Commit
057734ea
authored
Feb 27, 2018
by
Karl Hasselbring
Browse files
Zusätzliche Kartendesigns eingefügt/verwendet
parent
24469fad
Changes
4
Show whitespace changes
Inline
Side-by-side
resources/assets/less/metager/cards.less
View file @
057734ea
.card {
.card
, .card-medium
{
border: 1px solid #ccc;
border: 1px solid #ccc;
background-color: white;
background-color: white;
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.12), 1px 0px 1px 0px rgba(0, 0, 0, 0.24);
...
@@ -9,3 +9,7 @@
...
@@ -9,3 +9,7 @@
.card;
.card;
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 4px 0px 5px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.12), 4px 0px 5px 0px rgba(0, 0, 0, 0.24);
}
}
.card-light {
.card;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
}
\ No newline at end of file
resources/views/spende/beitritt.blade.php
View file @
057734ea
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
link
type
=
"text/css"
rel
=
"stylesheet"
href
=
"{{ elixir('/css/beitritt.css') }}"
/>
<
link
type
=
"text/css"
rel
=
"stylesheet"
href
=
"{{ elixir('/css/beitritt.css') }}"
/>
<
h1
>
{{
trans
(
'beitritt.heading.1'
)
}}
</
h1
>
<
h1
class
=
"page-title"
>
{{
trans
(
'beitritt.heading.1'
)
}}
</
h1
>
<
div
class
=
"card-heavy"
>
<
form
>
<
form
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"col-sm-6"
>
<
div
class
=
"form-group beitritt-form-group"
>
<
div
class
=
"form-group beitritt-form-group"
>
...
@@ -129,5 +130,6 @@
...
@@ -129,5 +130,6 @@
<
p
>
{{
trans
(
'beitritt.anweisung.6'
)
}}
</
p
>
<
p
>
{{
trans
(
'beitritt.anweisung.6'
)
}}
</
p
>
</
div
>
</
div
>
<
button
type
=
"button"
class
=
"btn btn-lg btn-primary noprint"
onclick
=
"window.print();"
>
{{
trans
(
'beitritt.anweisung.7'
)
}}
</
button
>
<
button
type
=
"button"
class
=
"btn btn-lg btn-primary noprint"
onclick
=
"window.print();"
>
{{
trans
(
'beitritt.anweisung.7'
)
}}
</
button
>
</
div
>
<!--
<
script
src
=
"{{ elixir('js/scriptJoinPage.js') }}"
></
script
>
-->
<!--
<
script
src
=
"{{ elixir('js/scriptJoinPage.js') }}"
></
script
>
-->
@
endsection
@
endsection
resources/views/widget/widget.blade.php
View file @
057734ea
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
h1
class
=
"page-title"
>
{{
trans
(
'widget.head'
)
}}
</
h1
>
<
h1
class
=
"page-title"
>
{{
trans
(
'widget.head'
)
}}
</
h1
>
<
div
class
=
"card-
heavy
"
>
<
div
class
=
"card-
medium
"
>
<
p
>
{{
trans
(
'widget.body.1'
)
}}
</
p
>
<
p
>
{{
trans
(
'widget.body.1'
)
}}
</
p
>
<
p
id
=
"widgetLinks"
class
=
"btn-group"
><
a
class
=
"btn btn-default mutelink"
href
=
"websearch/"
>
{{
trans
(
'widget.body.2'
)
}}
</
a
><
a
class
=
"btn btn-default mutelink"
href
=
"sitesearch/"
>
{{
trans
(
'widget.body.3'
)
}}
</
a
></
p
>
<
p
id
=
"widgetLinks"
class
=
"btn-group"
><
a
class
=
"btn btn-default mutelink"
href
=
"websearch/"
>
{{
trans
(
'widget.body.2'
)
}}
</
a
><
a
class
=
"btn btn-default mutelink"
href
=
"sitesearch/"
>
{{
trans
(
'widget.body.3'
)
}}
</
a
></
p
>
<
p
>
{{
trans
(
'widget.body.4'
)
}}
</
p
>
<
p
>
{{
trans
(
'widget.body.4'
)
}}
</
p
>
...
...
resources/views/zitatsuche.blade.php
View file @
057734ea
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
@
section
(
'title'
,
$title
)
@
section
(
'title'
,
$title
)
@
section
(
'content'
)
@
section
(
'content'
)
<
h1
>
{{
trans
(
'zitatsuche.head.1'
)
}}
</
h1
>
<
h1
class
=
"page-title"
>
{{
trans
(
'zitatsuche.head.1'
)
}}
</
h1
>
<
div
class
=
"card-light"
>
<
p
>
{{
trans
(
'zitatsuche.p.1'
)
}}
</
p
>
<
p
>
{{
trans
(
'zitatsuche.p.1'
)
}}
</
p
>
<
form
id
=
"searchForm"
class
=
"form-inline"
accept
-
charset
=
"UTF-8"
>
<
form
id
=
"searchForm"
class
=
"form-inline"
accept
-
charset
=
"UTF-8"
>
<
div
class
=
"form-group"
>
<
div
class
=
"form-group"
>
...
@@ -26,4 +27,5 @@
...
@@ -26,4 +27,5 @@
</
ul
>
</
ul
>
@
endforeach
@
endforeach
@
endif
@
endif
</
div
>
@
endsection
@
endsection
Write
Preview
Supports
Markdown
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