]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Large img layout upd. again.
authorWill Budicm <redacted>
Sun, 27 Dec 2020 18:19:34 +0000 (05:19 +1100)
committerWill Budicm <redacted>
Sun, 27 Dec 2020 18:19:34 +0000 (05:19 +1100)
htdocs/cgi-bin/main.cgi
htdocs/favicon.ico [new file with mode: 0644]

index 065fea42c705562e4aaffd147197804d85d56f83..5264608b1688447703db9c5b1d089be8b3f9c89d 100755 (executable)
@@ -673,10 +673,11 @@ sub buildLog {
 
         if ( $rtf > 0 ) {
              $log_output .= qq(<tr id="q-rtf$id" class="r$tfId" style="display:none;">
-                         <td colspan="6"> # Left here style, is complex and css file might cache.
+                         <td colspan="6">
                           <div id="q-scroll$id" 
-    style="height:auto; max-height:480px; padding: 10px; background:#fffafa; overflow-x:auto; overflow-y:auto;  max-width:920px; width: max-content;">
-                            <div id="q-container$id"></div>
+    style="height:auto; max-height:480px; padding: 10px; background:#fffafa; overflow-x:auto; overflow-y:auto;">
+    <div class="log" style="overflow-x:scroll; max-width:100%">
+                            <div id="q-container$id"></div></div>
                           </div>
                         </td></tr>);
         }
@@ -1391,7 +1392,7 @@ return qq(
     </span>
     <span class="ql-formats">
       <button class="ql-header" value="1"></button>
-      <button class="ql-header" value="2"></button>
+      <select class="ql-header" value="2"></select>
       <button class="ql-blockquote"></button>
       <button class="ql-code-block"></button>
     </span>
@@ -1493,8 +1494,7 @@ sub outputPage {
             {
                 -type => 'text/css',
                 -src  => 'wsrc/jquery-ui-timepicker-addon.css'
-            },
-            { -type => 'text/css', -src => 'wsrc/tip-skyblue/tip-skyblue.css' },
+            },            
             {
                 -type => 'text/css',
                 -src  => 'wsrc/tip-yellowsimple/tip-yellowsimple.css'
@@ -1510,19 +1510,13 @@ sub outputPage {
             { -type => 'text/javascript', -src => 'wsrc/main.js' },
             { -type => 'text/javascript', -src => 'wsrc/jquery.js' },
             { -type => 'text/javascript', -src => 'wsrc/jquery-ui.js' },
-            {
-                -type => 'text/javascript',
-                -src  => 'wsrc/jquery-ui-timepicker-addon.js'
-            },
-            {
-                -type => 'text/javascript',
-                -src  => 'wsrc/jquery-ui-sliderAccess.js'
-            },
+            { -type => 'text/javascript', -src => 'wsrc/jquery-ui-timepicker-addon.js'},
+            { -type => 'text/javascript', -src => 'wsrc/jquery-ui-sliderAccess.js'},
             { -type => 'text/javascript', -src => 'wsrc/jquery.poshytip.js' },
 
             { -type => 'text/javascript', -src => 'wsrc/quill/katex.min.js' },
-            { -type => 'text/javascript', -src => 'wsrc/quill/highlight.min.js' },
-            { -type => 'text/javascript', -src => 'wsrc/quill/quill.min.js' },
+            { -type => 'text/javascript', -src => 'wsrc/quill/highlight.min.js' },            
+            { -type => 'text/javascript', -src => 'wsrc/quill/quill.min.js' },        
             { -type => 'text/javascript', -src => 'wsrc/jscolor.js' },
             { -type => 'text/javascript', -src => 'wsrc/moment.js' },
             { -type => 'text/javascript', -src => 'wsrc/moment-timezone-with-data.js' },
diff --git a/htdocs/favicon.ico b/htdocs/favicon.ico
new file mode 100644 (file)
index 0000000..29d98a7
Binary files /dev/null and b/htdocs/favicon.ico differ