From 3470302b0103e5bd2d2c7371b3c3ba93c7af8b34 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 4 Mar 2014 19:49:38 +0300 Subject: [PATCH] Fix header regression --- css/style.css | 3 +++ js/documents.js | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 13c36867..8bee07d7 100755 --- a/css/style.css +++ b/css/style.css @@ -132,10 +132,12 @@ } #odf-close{ + margin-top:0; float: right; } #odf-invite{ + margin-top:0; float: left; } @@ -231,6 +233,7 @@ } #toolbar { + top:30px !important; border-bottom: none !important; padding: 5px 0 0 !important; } diff --git a/js/documents.js b/js/documents.js index 8e32fc55..c27dec69 100644 --- a/js/documents.js +++ b/js/documents.js @@ -20,16 +20,17 @@ var documentsMain = { '
' + '%title%' + '
' + + ' ' + + ' ' + ' ' + ' ' + - ' ' + - ' ' + + '' + '', /* Editor wrapper HTML */