CSS instead of images. Ref #225

This commit is contained in:
Victor Dubiniuk 2014-03-21 16:30:37 +03:00
parent a24e2ae0f7
commit dec819c893
2 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
color:#fff; color:#fff;
background:#1d2d44 url('../../../img/noise.png') repeat; background-color:#1d2d44;
} }
#document-title img{ #document-title img{

View File

@ -17,8 +17,8 @@ var documentsMain = {
/* Toolbar HTML */ /* Toolbar HTML */
toolbar : '<div id="odf-toolbar" class="dijitToolbar">' + toolbar : '<div id="odf-toolbar" class="dijitToolbar">' +
' <div id="document-title">' + ' <div id="document-title" class="icon-noise">' +
'<img src='+ OC.imagePath('core', 'logo-wide') +' />' + '<div class="logo-wide"></div>' +
'<div>' + '<div>' +
'%title%' + '%title%' +
' </div></div>' + ' </div></div>' +