[common] centered document title
This commit is contained in:
parent
9dcf65d8df
commit
19b0d19792
|
@ -109,6 +109,7 @@ define([
|
|||
'<div class="btn-slot" id="slot-btn-dt-undo"></div>' +
|
||||
'<div class="btn-slot" id="slot-btn-dt-redo"></div>' +
|
||||
'</div>' +
|
||||
'<div class="lr-separator"></div>' +
|
||||
'<input type="text" id="title-doc-name" spellcheck="false" data-can-copy="false" style="pointer-events: none;">' +
|
||||
'<label id="title-user-name" style="pointer-events: none;"></label>' +
|
||||
'</section>';
|
||||
|
|
|
@ -282,6 +282,7 @@
|
|||
display: flex;
|
||||
height: 100%;
|
||||
color:#fff;
|
||||
position: relative;
|
||||
|
||||
.btn-slot {
|
||||
display: inline-block;
|
||||
|
@ -311,13 +312,14 @@
|
|||
}
|
||||
|
||||
#title-doc-name {
|
||||
flex-grow: 1;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
border: 0 none;
|
||||
cursor: default;
|
||||
|
@ -333,4 +335,8 @@
|
|||
padding: 0 12px;
|
||||
line-height: @height-title;
|
||||
}
|
||||
|
||||
.lr-separator {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue