Browse Source

add a background-img on the sidebar, modification on the timezone in account page

AlexiCauvin 5 years ago
parent
commit
0daa0cf3d3
3 changed files with 7 additions and 3 deletions
  1. 5 3
      dist/index.html
  2. 2 0
      src/css/Sidebar.styl
  3. BIN
      src/img/applat.png

+ 5 - 3
dist/index.html View File

@@ -27,8 +27,8 @@
27 27
     -->
28 28
 
29 29
     <script src='/app/html-documents.app.js'></script>
30
-    <script src='/app/thread.app.js'></script>
31
-    <script src='/app/file.app.js'></script>
30
+    <!-- <script src='/app/thread.app.js'></script>
31
+    <script src='/app/file.app.js'></script> -->
32 32
 
33 33
     <script src="/dev/jquery-3.2.1.js"></script>
34 34
     <script src="/dev/popper-1.12.3.js"></script>
@@ -126,8 +126,10 @@
126 126
           });
127 127
 
128 128
           tinymce.init({
129
+            /*editor_deselector : "notawysiwygtext", // class="notawysiwygtext" will not have tinyMCE
130
+            editor_selector : "wysiwygtext", // class="wysiwygtext" will.*/
129 131
             selector: 'textarea',
130
-            height: 130,
132
+            // height: 130,
131 133
             // width: 530,
132 134
             menubar: false,
133 135
             resize: false,

+ 2 - 0
src/css/Sidebar.styl View File

@@ -17,6 +17,8 @@
17 17
 .sidebar
18 18
   min-height 100%
19 19
   background-color secondColor
20
+  background-image url('../img/applat.png')
21
+  background-repeat repeat
20 22
   z-index 1
21 23
 
22 24
 sidebar-width = 300px

BIN
src/img/applat.png View File