Skip to content
Snippets Groups Projects
Commit 2259de2e authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Aligned header and modules with old version

parent f2bf157c
Branches
Tags
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
...@@ -80,6 +80,9 @@ textarea { ...@@ -80,6 +80,9 @@ textarea {
font-family: 'MuseoSans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'MuseoSans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
h1, .h1, h2, .h2, h3, .h3 {
margin: 10px 0;
}
h1 { h1 {
color: #003064; color: #003064;
...@@ -538,6 +541,15 @@ input[type=checkbox] { ...@@ -538,6 +541,15 @@ input[type=checkbox] {
color: black; color: black;
} }
.secondary .module:first-child, .primary .module:first-child {
margin-top: 0;
}
.module {
margin: 20px 0;
margin-top: 20px;
}
.navbar-static-top { .navbar-static-top {
z-index: 3; z-index: 3;
} }
...@@ -2085,7 +2097,6 @@ ul.pagination>li:last-child>span:hover { ...@@ -2085,7 +2097,6 @@ ul.pagination>li:last-child>span:hover {
} }
.logo { .logo {
margin-left: -7px;
height: auto; height: auto;
box-sizing: border-box; box-sizing: border-box;
width: 155px; width: 155px;
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
padding-right: 0; padding-right: 0;
position: relative; position: relative;
top: 0; top: 0;
margin-left: 18px;
padding: 1em 0; padding: 1em 0;
} }
...@@ -391,3 +390,7 @@ ...@@ -391,3 +390,7 @@
.navbar.masthead .navigation .nav-pills li a:hover .user-icon { .navbar.masthead .navigation .nav-pills li a:hover .user-icon {
fill: white; fill: white;
} }
.masthead .logo img {
max-height: initial;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment