Separate title bar. Closes #91

pull/1/head
Victor Dubiniuk 11 years ago
parent 664aeae532
commit 3bb39d50d6

@ -115,16 +115,19 @@
} }
#document-title{ #document-title{
position: absolute; /* position: absolute;
top: 9px; top: 9px;
left:50%; left:50%;
margin:0; margin:0; */
padding: 4px 0 5px;
border-bottom: 1px solid #E9E9E9;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
} }
#document-title div{ #document-title div{
position: relative; position: relative;
margin-left:-50%; /*margin-left:-50%;*/
} }
#odf-close{ #odf-close{
float: right; float: right;

@ -16,12 +16,12 @@ var documentsMain = {
/* Toolbar HTML */ /* Toolbar HTML */
toolbar : '<div id="odf-toolbar" class="dijitToolbar">' + toolbar : '<div id="odf-toolbar" class="dijitToolbar">' +
' <button id="odf-close">' +
t('documents', 'Close') +
' </button>' +
' <div id="document-title"><div>' + ' <div id="document-title"><div>' +
'%title%' + '%title%' +
' </div></div>' + ' </div></div>' +
' <button id="odf-close">' +
t('documents', 'Close') +
' </button>' +
' <button id="odf-invite" class="drop">' + ' <button id="odf-invite" class="drop">' +
t('documents', 'Share') + t('documents', 'Share') +
' </button>' + ' </button>' +

Loading…
Cancel
Save