From e75fe08a52fc731ea49b88ecf1efe8da09821182 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 19 Mar 2014 21:14:50 +0300 Subject: [PATCH] Branding. Closes #225 --- css/style.css | 8 ++++++++ js/documents.js | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 28138171..c280c0a0 100755 --- a/css/style.css +++ b/css/style.css @@ -119,7 +119,15 @@ text-align: center; font-weight: bold; + color:#fff; + background:#1d2d44 url('../../../img/noise.png') repeat; } + +#document-title img{ + float:left; + height: 22px; +} + #document-title div{ position: relative; /*margin-left:-50%;*/ diff --git a/js/documents.js b/js/documents.js index 6461dba1..ae81d7fb 100644 --- a/js/documents.js +++ b/js/documents.js @@ -17,7 +17,9 @@ var documentsMain = { /* Toolbar HTML */ toolbar : '
' + - '
' + + '
' + + '' + + '
' + '%title%' + '
' + ' ' +