In version 7.x of Kentico CMS, modal dialogs are full-screen based and it is not possible to move them as standard modal windows. A typical example of this default behavior is the web part properties dialog. You can switch this behavior back to standard model by adding the following key in <appSettings> section in the web.config file:
<add key="CMSClassicDialogs" value="true" />