CSS instead of images. Ref #225
This commit is contained in:
parent
a24e2ae0f7
commit
dec819c893
@ -120,7 +120,7 @@
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
color:#fff;
|
||||
background:#1d2d44 url('../../../img/noise.png') repeat;
|
||||
background-color:#1d2d44;
|
||||
}
|
||||
|
||||
#document-title img{
|
||||
|
@ -17,8 +17,8 @@ var documentsMain = {
|
||||
|
||||
/* Toolbar HTML */
|
||||
toolbar : '<div id="odf-toolbar" class="dijitToolbar">' +
|
||||
' <div id="document-title">' +
|
||||
'<img src='+ OC.imagePath('core', 'logo-wide') +' />' +
|
||||
' <div id="document-title" class="icon-noise">' +
|
||||
'<div class="logo-wide"></div>' +
|
||||
'<div>' +
|
||||
'%title%' +
|
||||
' </div></div>' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user