~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: mattgiuca
  • Date: 2008-02-01 08:15:24 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:377
dispatch/html: Changed the "welcome line" at the top of the page.
    It now says your "nick", with your login name in parentheses. Looks noice!
    (It reads your "nick", which came from the request session, which was written
    there by login, which it got from the DB, which lay in the house that Jack
    built).

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    z-index: 2;     /* In front of background, behind text */
119
119
}
120
120
 
121
 
#ivleheader_tabs p {
122
 
    /* This allows for a single paragraph, currently used to display a warning
123
 
     * about Debuginfo */
124
 
    position: absolute;
125
 
    left: 1em;
126
 
    bottom: 0.5em;
127
 
    margin: 0;
128
 
}
129
 
 
130
121
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
131
122
ul#apptabs {
132
123
    position: absolute;
156
147
    color: navy;    /* Text colour not to change */
157
148
    text-decoration: none;
158
149
}
159
 
 
160
 
/* Terms of Service accept / decline buttons */
161
 
#tos_acceptbuttons {
162
 
    text-align: center;
163
 
}