CSS instead of images. Ref #225

pull/1/head
Victor Dubiniuk 10 years ago
parent a24e2ae0f7
commit dec819c893

@ -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{

@ -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>' +

Loading…
Cancel
Save