Separate title bar. Closes #91

This commit is contained in:
Victor Dubiniuk 2013-10-29 15:07:00 +03:00
parent 664aeae532
commit 3bb39d50d6
2 changed files with 9 additions and 6 deletions

View File

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

View File

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