From: Arun Persaud Date: Sat, 8 Oct 2011 01:35:26 +0000 (-0700) Subject: moved last login status to bottome for narrow display X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da893b908dde8d7c26fcb89d406985baad7f4d77;p=e-DoKo.git moved last login status to bottome for narrow display --- diff --git a/css/narrow.css b/css/narrow.css index 9367a31..29aad6b 100644 --- a/css/narrow.css +++ b/css/narrow.css @@ -12,8 +12,12 @@ header, footer { .lastlogin { - left: 0.2em; - top: 1.2em; + position: relative; + left: 0em; + top: 0em; + width: 100%; + text-align: center; + border-top: 1px solid gray; } .session div.sessionscore div, .status { diff --git a/include/output.php b/include/output.php index bbdc99f..add9fef 100644 --- a/include/output.php +++ b/include/output.php @@ -379,7 +379,7 @@ function output_header() - +