Author: justi9
Date: 2007-10-09 13:13:02 -0400 (Tue, 09 Oct 2007)
New Revision: 981
Modified:
mgmt/cumin/python/cumin/page.strings
Log:
Sketches in the login ui bit in the top navbar.
Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings 2007-10-09 16:59:39 UTC (rev 980)
+++ mgmt/cumin/python/cumin/page.strings 2007-10-09 17:13:02 UTC (rev 981)
@@ -42,6 +42,21 @@
vertical-align: -20%;
}
+ul#whonav {
+ float: right;
+ list-style: none;
+ color: white;
+ margin: 0;
+}
+
+ul#whonav li {
+ display: inline;
+}
+
+ul#whonav li a {
+ color: white;
+}
+
h1, h2 {
margin: 0;
}
@@ -311,7 +326,13 @@
<script src="resource?name=wooly.js"> </script>
</head>
<body class="{class}">
- <div id="head"><ul
id="context">{context_items}</ul></div>
+ <div id="head">
+ <ul id="whonav">
+ <li>Hi, <strong>nsantos</strong></li>
+ <li><a class="action" href="">Log
Out</a></li>
+ </ul>
+ <ul id="context">{context_items}</ul>
+ </div>
<div id="body">{content}</div>
<div id="foot">
</div>
Show replies by date