From 3bb39d50d60b0d1dc13476f2bc7f74532499224c Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 29 Oct 2013 15:07:00 +0300 Subject: [PATCH] Separate title bar. Closes #91 --- css/style.css | 9 ++++++--- js/documents.js | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) 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%' + '
' + + ' ' + ' ' +