diff --git a/Frontend/Html/AdminPage.html b/Frontend/Html/AdminPage.html index f6c83da..a89a3ba 100755 --- a/Frontend/Html/AdminPage.html +++ b/Frontend/Html/AdminPage.html @@ -62,42 +62,48 @@ -
+
+
+ + + + + +
+ +
+ + + + + +
+
- +
- - -
+
+ + +
- - - -
- - - - -
- - - - -
- - - - -
- -

Indsæt en beskrivelse af Gam jammet

- -
+ @@ -111,7 +117,14 @@ diff --git a/Frontend/Styles/AdminPage.css b/Frontend/Styles/AdminPage.css index fb7579a..b8ec265 100755 --- a/Frontend/Styles/AdminPage.css +++ b/Frontend/Styles/AdminPage.css @@ -47,46 +47,55 @@ body { outline: none; } -#startTime { - border-radius: 15px; - color: #474747; - background-color: rgba(255, 255, 255, .55); - border: double; - filter: invert(90%); -} - -#endTime { - border-radius: 15px; - color: #474747; - background-color: rgba(255, 255, 255, .55); - border: double; - filter: invert(90%); -} - #startDate { - border-radius: 15px; - color: #474747; - background-color: rgba(255, 255, 255, .55); - border: double; - filter: invert(90%); + width: 32.5%; + display: inline-block !important; + margin-right: 2.5%; + float: left; +} + +#startDateLabel { + display: inline-block; + left: 0; } #endDate { - border-radius: 15px; - color: #474747; - background-color: rgba(255, 255, 255, .55); - border: double; - filter: invert(90%); + width: 32.5%; + display: inline-block !important; + margin-left: 2.5%; + margin-right: 2.5%; + float: left; } -#nameOfGameJam, -#keyWord { - background-color: rgb(18, 18, 18); - color: rgba(255, 255, 255, .55); - border-radius: 15px; - border: double; +#endDateLabel { + display: inline-block; + left: 37.5%; } +#startTime { + width: 12.5%; + display: inline-block !important; + margin-right: 2.5%; + float: left; +} + +#startTimeLabel { + display: inline-block; + left: 72.5%; +} + +#endTime { + width: 12.5%; + display: inline-block !important; + float: left; +} + +#endTimeLabel { + display: inline-block; + left: 87.5%; +} + + #description { background-color: rgb(18, 18, 18); color: rgba(255, 255, 255, .55); @@ -96,6 +105,10 @@ body { height:250px; } +#Beskrivelse { + margin-bottom: 10px; +} + #indsend { border-radius: 15px; color: rgba(255, 255, 255, .55);