modifications following Stephen's comments

This commit is contained in:
Anne-Cath
2026-05-19 17:14:11 +02:00
parent e47c181e4d
commit 35c2575525
21 changed files with 546 additions and 8 deletions

View File

@@ -2797,8 +2797,6 @@ class SynchroReplica extends DBObject implements iDisplay
{
$oBlock = UIContentBlockUIBlockFactory::MakeStandard('title-for-replica', ['ibo-page-header--replica-title']);
$oPage->AddSubBlock($oBlock);
$oPage->add_style('.ibo-page-header--replica-title{ display: table; width: 100%;}');
$oPage->add_style('.ibo-page-header--replica-title>.ibo-toolbar--button{ display: table-cell; vertical-align:middle;}');
$sId = $this->GetKey();
$oTitle = TitleUIBlockFactory::MakeNeutral(Dict::S('Class:SynchroReplica'));