From: wbudic Date: Mon, 27 Aug 2018 03:36:36 +0000 (+1000) Subject: css changes X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=2dd30f446001f91398d1203f3108c3d87793aeab;p=LifeLog.git css changes --- diff --git a/htdocs/cgi-bin/.main.cgi.swp b/htdocs/cgi-bin/.main.cgi.swp new file mode 100644 index 0000000..5be1ef3 Binary files /dev/null and b/htdocs/cgi-bin/.main.cgi.swp differ diff --git a/htdocs/cgi-bin/.remove.cgi.swp b/htdocs/cgi-bin/.remove.cgi.swp new file mode 100644 index 0000000..3dacd5a Binary files /dev/null and b/htdocs/cgi-bin/.remove.cgi.swp differ diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 2aeceaa..cdc9940 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -43,7 +43,7 @@ if(!$sth->fetchrow_array()) { CREATE TABLE LOG ( ID_CAT TINY NOT NULL, DATE DATETIME NOT NULL, - LOG VCHAR(60) NOT NULL + LOG VCHAR(128) NOT NULL ); ); @@ -125,7 +125,7 @@ if($rv < 0) { my $dt = DateTime::Format::SQLite->parse_datetime( $row[2] ); $tbl = $tbl . ''. $dt->ymd . '' . - "" . $dt->hms . "" . "" . $row[3] . "". + "" . $dt->hms . "" . '' . $row[3] . "". "" . $ct . " \n"; $tbl_rc +=1; @@ -144,7 +144,7 @@ my $frm = qq( - +
Date:hms . qq(">Category:
Log:
Log: ).$cats.qq(
diff --git a/htdocs/cgi-bin/wsrc/.main.css.swp b/htdocs/cgi-bin/wsrc/.main.css.swp new file mode 100644 index 0000000..8273b3b Binary files /dev/null and b/htdocs/cgi-bin/wsrc/.main.css.swp differ diff --git a/htdocs/cgi-bin/wsrc/main.css b/htdocs/cgi-bin/wsrc/main.css index 5987fe0..a4246e2 100644 --- a/htdocs/cgi-bin/wsrc/main.css +++ b/htdocs/cgi-bin/wsrc/main.css @@ -11,6 +11,7 @@ p { table { border-collapse: collapse; + } table, th, td{ @@ -30,3 +31,12 @@ table, th, td{ padding: 5px; } +#log{ + width:82px; + text-align: justify; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +