Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Space under Edit/Delete buttons in repeater list View modes: 
User avatar
Member
Member
danuta.welz-tatukgis - 3/4/2011 4:52:42 AM
   
Space under Edit/Delete buttons in repeater list
Space under Edit/delete buttons in repeater list of items is too small for me. Could I expand it? I need to expand only space under button and next item - not space between appropriate items on the real site.

User avatar
Member
Member
kentico_michal - 3/10/2011 6:59:09 AM
   
RE:Space under Edit/Delete buttons in repeater list
Hi,

This could be done by modifying CSS styles for CMSEditModeButtonEdit and CMSEditModeButtonDelete classes. If you open ~\App_Themes\Default\DesignMode.css file, you will see that there are some pre-defined css styles for mentioned classes. To expand the space under Edit/Delete buttons, you could just use following definition:

.CMSEditModeButtonEdit, .CMSEditModeButtonDelete
{
margin: 1px 1px 10px 1px;
}



Best regards,
Michal Legen