Changeset 0f53aae for remit/media


Ignore:
Timestamp:
Apr 17, 2010, 7:58:23 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
09b7c26
Parents:
ea76b01
git-author:
Alex Dehnert <adehnert@…> (04/17/10 19:57:49)
git-committer:
Alex Dehnert <adehnert@…> (04/17/10 19:58:23)
Message:

Generally improve user account display

When testing, it can be painful to figure out why you can't access pages
because there's no good way to log out or see what account you're using.
This tries to change that, in a way that can also be vaguely useful for
normal users.

Location:
remit/media/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remit/media/style/default.css

    r7e8566f r0f53aae  
    4242}
    4343
     44#content > .curuser
     45{
     46    margin-top: -1em;
     47    margin-right: -1em;
     48    float: right;
     49    background-color: #99f;
     50    border: 1px solid #888;
     51
     52    text-align: right;
     53    line-height: 100%;
     54}
     55#content > .curuser p
     56{
     57    margin: 0.2em;
     58}
     59
    4460/* Reset some stuff */
    4561h1, h2, h3, th
  • remit/media/style/style.css

    red4ccc7 r0f53aae  
    8989    font-weight: normal;
    9090}
     91
     92span.username
     93{
     94    font-family: "Courier", monospace;
     95}
Note: See TracChangeset for help on using the changeset viewer.