Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-19 22:14:50 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-03-19 22:14:50 +0400
commite75fe08a52fc731ea49b88ecf1efe8da09821182 (patch)
tree56cac60e637a253b0dea1addaf146fcfa98f1fb8
parentc92d4815fe3f5b359f1efc8d421e159f0d2ab6f6 (diff)
Branding. Closes #225
-rwxr-xr-xcss/style.css8
-rw-r--r--js/documents.js4
2 files changed, 11 insertions, 1 deletions
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 : '<div id="odf-toolbar" class="dijitToolbar">' +
- ' <div id="document-title"><div>' +
+ ' <div id="document-title">' +
+ '<img src='+ OC.imagePath('core', 'logo-wide') +' />' +
+ '<div>' +
'%title%' +
' </div></div>' +
' <span id="toolbar" class="claro">' +