ququplay / jquery-mobile-flat-ui-theme

jQuery Mobile Flat UI Theme
http://ququplay.github.com/jquery-mobile-flat-ui-theme
1.63k stars 386 forks source link

data-split-icon is off by a few pixels #5

Closed darkphantum closed 11 years ago

darkphantum commented 11 years ago

using data-split-icon on a split button list results in the icon rendered to the right instead of at the center. I had to do the below to center it. it is easier to notice if the list element data-theme is different from the data-split-theme

split-icon-issue

.rem-list-item .ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon { top: 51%; }

.rem-list-item .ui-li-link-alt .ui-btn .ui-icon { right: 52.5%; }

mkuklis commented 11 years ago

Thanks this should be now fixed.