Fix header regression

pull/1/head
Victor Dubiniuk 10 years ago
parent 5b1ecad12a
commit 3470302b01

@ -132,10 +132,12 @@
} }
#odf-close{ #odf-close{
margin-top:0;
float: right; float: right;
} }
#odf-invite{ #odf-invite{
margin-top:0;
float: left; float: left;
} }
@ -231,6 +233,7 @@
} }
#toolbar { #toolbar {
top:30px !important;
border-bottom: none !important; border-bottom: none !important;
padding: 5px 0 0 !important; padding: 5px 0 0 !important;
} }

@ -20,16 +20,17 @@ var documentsMain = {
' <div id="document-title"><div>' + ' <div id="document-title"><div>' +
'%title%' + '%title%' +
' </div></div>' + ' </div></div>' +
' <span id="toolbar" class="claro">' +
' <button id="odf-invite" class="drop">' +
t('documents', 'Share') +
' </button>' +
' <button id="odf-close">' + ' <button id="odf-close">' +
t('documents', 'Close') + t('documents', 'Close') +
' </button>' + ' </button>' +
' <img id="saving-document" alt=""' + ' <img id="saving-document" alt=""' +
' src="' + OC.imagePath('core', 'loading.gif') + '"' + ' src="' + OC.imagePath('core', 'loading.gif') + '"' +
' />' + ' />' +
' <button id="odf-invite" class="drop">' + '</span>' +
t('documents', 'Share') +
' </button>' +
' <span id="toolbar" class="claro"></span>' +
'</div>', '</div>',
/* Editor wrapper HTML */ /* Editor wrapper HTML */

Loading…
Cancel
Save