mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-15 23:18:47 +00:00
Fix upload styles
This commit is contained in:
parent
02f98647a8
commit
64dbe40470
43
main.css
43
main.css
@ -65,7 +65,7 @@ form.upload-form {
|
|||||||
color: #FF3D53;
|
color: #FF3D53;
|
||||||
/* border: white solid 1px; */
|
/* border: white solid 1px; */
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-left: 20px;
|
margin-left: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.url {
|
h3.url {
|
||||||
@ -74,8 +74,8 @@ h3.url {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.url {
|
.url {
|
||||||
margin: auto !important;
|
/* margin: auto !important; */
|
||||||
width: 60%;
|
width: 93%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.title {
|
h3.title {
|
||||||
@ -83,16 +83,18 @@ h3.title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin: auto !important;
|
/* margin: auto !important; */
|
||||||
width: 60%;
|
width: 93%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-date {
|
.user-date {
|
||||||
width: 60%;
|
width: 93%;
|
||||||
margin: auto;
|
margin-left: 3%;
|
||||||
|
/* margin: auto; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
|
/* margin-left: 20px; */
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
@ -103,8 +105,8 @@ h3.title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
width: 60%;
|
width: 93%;
|
||||||
margin: auto !important;
|
/* margin: auto !important; */
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,8 +115,8 @@ h3.description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.characters {
|
.characters {
|
||||||
width: 60%;
|
width: 93%;
|
||||||
margin: auto !important;
|
/* margin: auto !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.characters {
|
h3.characters {
|
||||||
@ -122,8 +124,8 @@ h3.characters {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.players {
|
.players {
|
||||||
width: 60%;
|
width: 93%;
|
||||||
margin: auto !important;
|
/* margin: auto !important; */
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.players {
|
h3.players {
|
||||||
@ -131,8 +133,9 @@ h3.players {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.game-info {
|
.game-info {
|
||||||
width: 60%;
|
width: 93%;
|
||||||
margin: auto;
|
margin-left: 3%;
|
||||||
|
/* margin: auto; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-name {
|
.game-name {
|
||||||
@ -146,13 +149,13 @@ h3.players {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.length-button {
|
.length-button {
|
||||||
margin: auto;
|
margin: 3%;
|
||||||
width: 60%;
|
width: 93%;
|
||||||
/* border: white solid 1px; */
|
/* border: white solid 1px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.length {
|
.length {
|
||||||
padding-top: 20px;
|
padding-top: 10px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -161,6 +164,10 @@ h3.players {
|
|||||||
margin-top: -21px;
|
margin-top: -21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user