From 1530ae87046d44f8c1753ff8ebce87815b019978 Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 12 Sep 2019 18:19:30 +0200 Subject: [PATCH 1/2] Fixed some little UI Bugs and reformated code --- css/ds19.css | 3 ++ index.html | 110 +++++++++++++++++++++++++-------------------------- 2 files changed, 58 insertions(+), 55 deletions(-) diff --git a/css/ds19.css b/css/ds19.css index 3127f80..111e852 100644 --- a/css/ds19.css +++ b/css/ds19.css @@ -15,3 +15,6 @@ body{ padding-bottom: 5px; } +.h-60 { + height: 60% !important; +} \ No newline at end of file diff --git a/index.html b/index.html index 1ba9861..14cde4a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + @@ -10,94 +10,94 @@ Konferenz Wegweiser - - -
-
+ + +
+
-

Konferenz Wegweiser

+

Konferenz Wegweiser

-

- loading schedule.. - ( - ) -

+

+ loading schedule.. + ( - ) +

-
-
-
-

demnächst stattfindende Talks

-
-
-
-
-
- -
-
-
-
-
-

Plan

- Grundriss -
-
- -
-
+
+
+

demnächst stattfindende Talks

+
+
+
+
+
+ +
+
+
+
+
+

Plan

+ Grundriss +
+
+ +
+
+
- - + }) + + -- 2.42.0 From 972d9c4b8f03dc093151728f03ef0bcfab3011b9 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 17 Sep 2019 12:26:44 +0200 Subject: [PATCH 2/2] Made the container full screen --- css/ds19.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/ds19.css b/css/ds19.css index 111e852..b67c03a 100644 --- a/css/ds19.css +++ b/css/ds19.css @@ -17,4 +17,9 @@ body{ .h-60 { height: 60% !important; +} + +.fullscreen{ + max-height: 100%; + max-width: 100%; } \ No newline at end of file diff --git a/index.html b/index.html index 14cde4a..ff5f3ff 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ Konferenz Wegweiser -
+

Konferenz Wegweiser

-- 2.42.0