-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/webapp/static/css/sik_header.css b/webapp/static/css/sik_header.css
index 7a98d73..a003844 100644
--- a/webapp/static/css/sik_header.css
+++ b/webapp/static/css/sik_header.css
@@ -11,27 +11,3 @@
height: auto;
margin: auto;
}
-
-.kaehmy-banner {
- max-width: 1000px;
- margin-left: auto;
- margin-right: auto;
-}
-
-@media screen and (min-width: 1000px) {
- .kaehmy_header-content {
- position: absolute;
- left: 0;
- top: 0;
- background-color: #052f5f;
- width: 100%;
- }
-
- .kaehmy_header {
- margin-bottom: 331px;
- }
-}
-
-.kaehmy-banner-image {
- width: 100%;
-}
\ No newline at end of file
diff --git a/webapp/static/css/webapp.css b/webapp/static/css/webapp.css
index ff016f1..1578b62 100644
--- a/webapp/static/css/webapp.css
+++ b/webapp/static/css/webapp.css
@@ -1,26 +1,9 @@
-.page-content {
- margin-top: 1vh;
- width: 90%;
- margin-left: auto;
- margin-right: auto;
+html {
+ position: relative;
+ min-height: 100%;
}
body {
- max-width: 1000px;
- margin-left: auto !important;
- margin-right: auto !important;
+ /*Margin bottom by footer hight*/
+ margin-bottom: 60px;
}
-
-div.tooltip-inner {
- max-width: 25rem;
-}
-
-.tooltip {
- margin-left: 1rem;
-}
-
-.role-filter-form {
- max-width: 30rem;
- width: auto;
- margin-bottom: 1rem;
-}
\ No newline at end of file