Adminpanel Update

This commit is contained in:
Minik Gaarde Lambrecht
2021-04-09 10:51:50 +02:00
parent a0d9f880fd
commit 8f0fa2702b
2 changed files with 88 additions and 62 deletions
+45 -32
View File
@@ -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);