Page MenuHomeIn-Portal Phabricator

D272.id664.diff
No OneTemporary

File Metadata

Created
Mon, Aug 18, 6:11 AM

D272.id664.diff

Index: core/admin_templates/incs/cms.css
===================================================================
--- core/admin_templates/incs/cms.css
+++ 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: core/admin_templates/js/template_manager.js
===================================================================
--- core/admin_templates/js/template_manager.js
+++ 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