diff options
author | Arun Persaud <arun@nubati.net> | 2011-10-07 18:35:26 -0700 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-10-07 18:35:26 -0700 |
commit | da893b908dde8d7c26fcb89d406985baad7f4d77 (patch) | |
tree | e966a0502be55df01df84d15a552abfcf99a6565 | |
parent | a76008b94138f041b5a8f2426a55d59142152d02 (diff) | |
download | e-DoKo-da893b908dde8d7c26fcb89d406985baad7f4d77.tar.gz e-DoKo-da893b908dde8d7c26fcb89d406985baad7f4d77.tar.bz2 e-DoKo-da893b908dde8d7c26fcb89d406985baad7f4d77.zip |
moved last login status to bottome for narrow display
-rw-r--r-- | css/narrow.css | 8 | ||||
-rw-r--r-- | include/output.php | 2 |
2 files changed, 7 insertions, 3 deletions
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() <link rel="shortcut icon" href="pics/edoko-favicon.png" /> <link rel="stylesheet" href="css/normalize.css?v=1" /> <link rel="stylesheet" href="css/standard.css?v=32" /> - <link rel="stylesheet" media="screen and (max-width: 600px)" href="css/narrow.css?v=1" /> + <link rel="stylesheet" media="screen and (max-width: 600px)" href="css/narrow.css?v=2" /> <link rel="stylesheet" href="css/dateinput.css?v=1"/> <script type="text/javascript" src="include/jquery.js"> </script> <script type="text/javascript" src="include/jquery.tablesorter.js"></script> |