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

« back to all changes in this revision

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

  • Committer: drtomc
  • Date: 2008-03-05 05:03:10 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:648
console: fix a trivial bug which caused it to loop if you got a syntax error in your first command.

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
 
121
130
/* The apptabs ul is aligned to the bottom of #ivleheader_tabs */
122
131
ul#apptabs {
123
132
    position: absolute;
147
156
    color: navy;    /* Text colour not to change */
148
157
    text-decoration: none;
149
158
}
 
159
 
 
160
/* Terms of Service accept / decline buttons */
 
161
#tos_acceptbuttons {
 
162
    text-align: center;
 
163
}