1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.status_title{ position: absolute; left: 61%; top: 151px; font-size:20px; } .status{ background-color: gray; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; } .status_table { position: absolute; left: 61%; top: 191px; font-size:10px; }