Page MenuHomeIn-Portal Phabricator

D272.diff
No OneTemporary

File Metadata

Created
Fri, Jun 13, 5:57 PM

D272.diff

Index: branches/5.2.x/core/admin_templates/incs/cms.css
===================================================================
--- branches/5.2.x/core/admin_templates/incs/cms.css
+++ branches/5.2.x/core/admin_templates/incs/cms.css
@@ -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
===================================================================
--- branches/5.2.x/core/admin_templates/js/template_manager.js
+++ branches/5.2.x/core/admin_templates/js/template_manager.js
@@ -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) {

Event Timeline