tickLeisteClient/website/stylesheet.css

50 lines
534 B
CSS

#wrapper {
width: 100%;
}
#center {
text-align: center;
width: 55%;
float:left;
}
#right {
width:35%;
margin-left: 60%;
}
#aktuellerTick {
width:50%;
text-align: center;
float:left;
}
#aktuellerSpieler {
width:50%;
text-align: center;
float: right;
}
#hinzufügen {
text-align: right;
}
#löschen {
text-align: right;
}
#ändern {
text-align: right;
}
input[type="button"] {
width:25%;
}
input[type="text"] {
width:30%
}
#Liste {
text-align: center
}