sortierung von Playerlist hinzugefügt
This commit is contained in:
parent
11cb7ccdc1
commit
ef67d52c38
4 changed files with 67 additions and 3 deletions
|
@ -48,3 +48,16 @@ input[type="text"] {
|
|||
#Liste {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
#coveringCanvas {
|
||||
height:54%;
|
||||
position:absolute;
|
||||
top:100px;
|
||||
left:10px;
|
||||
right:10px;
|
||||
bottom:200px;
|
||||
background-color: rgba(255,0,0,.1);
|
||||
text-align: center;
|
||||
width: 55%;
|
||||
float:left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue