I am trying to make a list of Football players. Therefore I have this jsFiddle. However, I would like the number of the ol
to be placed inside an icon. The problem is that two digit numbers overflow that icon. How to fix this?
My CSS is:
ol {
display: inline-block;
}
ol.ui-listview>li>.ui-btn:first-child:before, ol.ui-listview>li.ui-li-static:before, ol.ui-listview>li.ui-field-contain>label:before, ol.ui-listview>li.ui-field-contain>.ui-controlgroup-label:before{
content: counter(listnumbering) !important;
}
#slots {
text-align: center;
}