Commit 191831be authored by mercury233's avatar mercury233

update custom room table

parent 38b0ad61
...@@ -50,23 +50,6 @@ ...@@ -50,23 +50,6 @@
/*border-bottom: none;*/ /*border-bottom: none;*/
/*}*/ /*}*/
/*!*fixme: auto width*!*/
/*#game-list-modal .title {*/
/*width: 25%;*/
/*}*/
/*#game-list-modal .users {*/
/*width: 20%;*/
/*}*/
/*#game-list-modal .mode {*/
/*width: 20%;*/
/*}*/
/*#game-list-modal .extra {*/
/*width: 35%;*/
/*}*/
/*.float-left {*/ /*.float-left {*/
/*float: left;*/ /*float: left;*/
/*}*/ /*}*/
...@@ -215,6 +198,20 @@ form { ...@@ -215,6 +198,20 @@ form {
width: 20%; width: 20%;
} }
#game-list th.users {
width: 20%;
}
#game-list th.mode {
width: 15%;
}
#game-list th.extra {
width: 35%;
}
#game-list td.users,
#game-list td.extra,
#game-replay-watch td.title, #game-replay-watch td.title,
#game-replay-watch td.users, #game-replay-watch td.users,
#game-replay-watch td.extra { #game-replay-watch td.extra {
...@@ -222,6 +219,13 @@ form { ...@@ -222,6 +219,13 @@ form {
white-space: nowrap; white-space: nowrap;
} }
#game-list td.users {
max-width: 95px;
}
#game-list td.extra {
max-width: 185px;
}
#game-replay-watch td.title { #game-replay-watch td.title {
max-width: 360px; max-width: 360px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment