Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
1c65b178
Commit
1c65b178
authored
Jan 25, 2018
by
Aria Givi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Header-Logo Position gefixt, Text auf den about und datenschutz Seiten vergroessert
parent
c4dd72f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
resources/assets/less/metager/searchbar.less
resources/assets/less/metager/searchbar.less
+7
-4
resources/assets/less/metager/specific.less
resources/assets/less/metager/specific.less
+8
-1
resources/views/about.blade.php
resources/views/about.blade.php
+1
-1
resources/views/datenschutz.blade.php
resources/views/datenschutz.blade.php
+2
-2
No files found.
resources/assets/less/metager/searchbar.less
View file @
1c65b178
...
...
@@ -275,18 +275,21 @@ div:hover>.searchbar-tooltip {
header {
margin-left: 50px;
padding-top: 10px;
display:flex;
display:
flex;
flex-direction: column;
position: fixed;
z-index: 100;
max-width: 700px;
width:100%;
background-color: #FAFAFA;
@media (max-width:
799
px) {
@media (max-width:
1070
px) {
margin-left: 0px;
-webkit-box-pack: center;
justify-content: center;
max-width: 799px;
max-width: 1070px;
}
@media (max-width: 1400px) {
position: relative;
}
#research-bar {
...
...
resources/assets/less/metager/specific.less
View file @
1c65b178
...
...
@@ -133,7 +133,14 @@ a.navbar-brand {
}
.dotlist li {
margin-bottom: 5px;
margin-bottom: 5px !important;
font-size: 16px;
}
.emphasize {
@media (min-width: 768px) {
font-size: 17px;
}
}
form.contact {
...
...
resources/views/about.blade.php
View file @
1c65b178
...
...
@@ -5,7 +5,7 @@
@
section
(
'content'
)
<
h1
>
{{
trans
(
'about.head.1'
)
}}
</
h1
>
<
h2
>
{{
trans
(
'about.head.3'
)
}}
</
h2
>
{
!!
trans
(
'about.3.0'
)
!!
}
<
p
class
=
"lead"
>
{
!!
trans
(
'about.3.0'
)
!!
}
</
p
>
<
ul
class
=
"dotlist"
>
<
li
>
{
!!
trans
(
'about.3.1'
)
!!
}
</
li
>
<
li
>
{
!!
trans
(
'about.3.2'
)
!!
}
</
li
>
...
...
resources/views/datenschutz.blade.php
View file @
1c65b178
...
...
@@ -6,8 +6,8 @@
@
section
(
'content'
)
<
h1
>
{
!!
trans
(
'datenschutz.head'
)
!!
}
</
h1
>
<
p
>
{
!!
trans
(
'datenschutz.general.1'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'datenschutz.general.3'
)
!!
}
</
p
>
<
p
class
=
"emphasize"
>
{
!!
trans
(
'datenschutz.general.1'
)
!!
}
</
p
>
<
p
class
=
"emphasize"
>
{
!!
trans
(
'datenschutz.general.3'
)
!!
}
</
p
>
<
h2
>
{
!!
trans
(
'datenschutz.policy.1'
)
!!
}
</
h2
>
<
ul
class
=
"dotlist"
>
<
li
>
{
!!
trans
(
'datenschutz.policy.2'
)
!!
}
</
li
>
...
...
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