Align title for normal, readonly and page mode in the toolbar

pull/1/head
yflory 7 years ago
parent bd422178c4
commit 5cde3fffb8

@ -437,12 +437,15 @@
line-height: @toolbar_top-height; line-height: @toolbar_top-height;
margin: 0 10px; margin: 0 10px;
.cp-toolbar-title-value { .cp-toolbar-title-value {
border: 1px solid transparent;
padding: 5px;
font-size: 25px; font-size: 25px;
vertical-align: middle; vertical-align: middle;
line-height: 25px; line-height: 25px;
white-space: nowrap; white-space: nowrap;
} }
.cp-toolbar-title-value-page { .cp-toolbar-title-value-page {
border: 1px solid transparent;
padding: 0 5px; padding: 0 5px;
} }
.cp-toolbar-title-edit, .cp-toolbar-title-save { .cp-toolbar-title-edit, .cp-toolbar-title-save {
@ -485,8 +488,6 @@
.cp-toolbar-title-editable { .cp-toolbar-title-editable {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
border: 1px solid transparent;
padding: 5px;
border-collapse: collapse; border-collapse: collapse;
} }
input { input {

Loading…
Cancel
Save