Document title improvement. Closes #37

pull/1/head
Victor Dubiniuk 11 years ago
parent a75fd1922d
commit f57336dfe6

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

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

Loading…
Cancel
Save