Document title improvement. Closes #37

pull/1/head
Victor Dubiniuk 11 years ago
parent 8462bf2a8f
commit a825614bc7

@ -91,14 +91,17 @@
}
#document-title{
position: relative;
position: absolute;
top: 6px;
width:50%;
margin:0 auto -14px auto;
left:50%;
margin:0;
text-align: center;
font-weight: bold;
}
#document-title div{
position: relative;
margin-left:-50%;
}
#odf-close{
float: right;
}

@ -44,9 +44,9 @@ var documentsMain = {
' <button id="odf-close">' +
t('documents', 'Close') +
' </button>' +
'<div id="document-title">' +
'<div id="document-title"><div>' +
documentsMain.documentTitle +
'</div>' +
'</div></div>' +
' <button id="odf-invite">' +
t('documents', 'Invite') +
' </button>' +

Loading…
Cancel
Save