To add bullet next to each entry in the Recent Posts widget Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_recent_entries ul li {
list-style: circle outside none;
margin-left: 15px;
padding-bottom: 10px;
}