diff --git a/css/style.css b/css/style.css index 6b023aac..b8da9e16 100755 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/js/documents.js b/js/documents.js index b46e72b0..1ecb9a5d 100644 --- a/js/documents.js +++ b/js/documents.js @@ -16,12 +16,12 @@ var documentsMain = { /* Toolbar HTML */ toolbar : '
' + - ' ' + '
' + '%title%' + '
' + + ' ' + ' ' +