From 5cde3fffb8abaf8958b7274694af763e2b033924 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 11 Sep 2017 12:04:22 +0200 Subject: [PATCH] Align title for normal, readonly and page mode in the toolbar --- customize.dist/src/less2/include/toolbar.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 3afe7a1a8..c623145f6 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -437,12 +437,15 @@ line-height: @toolbar_top-height; margin: 0 10px; .cp-toolbar-title-value { + border: 1px solid transparent; + padding: 5px; font-size: 25px; vertical-align: middle; line-height: 25px; white-space: nowrap; } .cp-toolbar-title-value-page { + border: 1px solid transparent; padding: 0 5px; } .cp-toolbar-title-edit, .cp-toolbar-title-save { @@ -485,8 +488,6 @@ .cp-toolbar-title-editable { overflow: hidden; text-overflow: ellipsis; - border: 1px solid transparent; - padding: 5px; border-collapse: collapse; } input {