moved last login status to bottome for narrow display
authorArun Persaud <arun@nubati.net>
Sat, 8 Oct 2011 01:35:26 +0000 (18:35 -0700)
committerArun Persaud <apersaud@lbl.gov>
Sat, 8 Oct 2011 01:35:26 +0000 (18:35 -0700)
css/narrow.css
include/output.php

index 9367a31cfc91a0ed5c4ee94dda137e1349f5736f..29aad6b2698023647a21f88d844c76fbeae92ac9 100644 (file)
@@ -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 {
index bbdc99f1e0d09b7f3b809e37a0f3a9559adceea1..add9fef248ca9c52a8bcfaa7dbc47b548e3e6059 100644 (file)
@@ -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>