From: Will Budicm Date: Sun, 27 Dec 2020 18:19:34 +0000 (+1100) Subject: Large img layout upd. again. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=1dddbd5f085e5e44c5073e1ebb42dcb8404120c8;p=LifeLog.git Large img layout upd. again. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 065fea4..5264608 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -673,10 +673,11 @@ sub buildLog { if ( $rtf > 0 ) { $log_output .= qq( - # Left here style, is complex and css file might cache. +
-
+ style="height:auto; max-height:480px; padding: 10px; background:#fffafa; overflow-x:auto; overflow-y:auto;"> +
+
); } @@ -1391,7 +1392,7 @@ return qq( - + @@ -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 index 0000000..29d98a7 Binary files /dev/null and b/htdocs/favicon.ico differ