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
|