Index: branches/5.2.x/core/admin_templates/incs/cms.css =================================================================== diff -u -N -r16409 -r16747 --- branches/5.2.x/core/admin_templates/incs/cms.css (.../cms.css) (revision 16409) +++ branches/5.2.x/core/admin_templates/incs/cms.css (.../cms.css) (revision 16747) @@ -371,7 +371,6 @@ #cms-revision-dropdown { width: 240px; position: fixed; - margin-left: 260px; margin-top: 30px; z-index: 1000130; Index: branches/5.2.x/core/admin_templates/js/template_manager.js =================================================================== diff -u -N -r16557 -r16747 --- branches/5.2.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16557) +++ branches/5.2.x/core/admin_templates/js/template_manager.js (.../template_manager.js) (revision 16747) @@ -203,6 +203,8 @@ if ( !$.isEmptyObject($template_manager.pageInfo) ) { $template_manager.processPageInfo(); } + + $('#cms-revision-dropdown').css('margin-left', $('#div_history').offset().left + 'px'); }; TemplateManager.prototype.requirePageInfoUpdate = function ($now) {