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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-01-20 06:00:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: grantw@unimelb.edu.au-20090120060055-iuvd8hycor67acfa
ivle.rpc.decorators: Add (new package, too). Has a couple of decorators to
    apply most security policy in userservice, making it significantly shorter
    and easier to audit.
www/apps/userservice: Use the decorators to protect all actions whose existing
    policy can be easily replaced with them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    font-size: 0.95em;
17
17
}
18
18
 
19
 
a:link, a:visited {
 
19
a {
20
20
    color: navy;
 
21
    text-decoration: underline;
 
22
    cursor: pointer;
21
23
}
22
24
a:hover, a:active, a:focus {
23
25
    color: blue;
92
94
    padding: 1em;
93
95
}
94
96
 
95
 
p.userhello {
 
97
.userhello {
96
98
    font-size: .8em;
97
99
    top: 0;
98
100
    text-align: right;
99
101
    padding: 11px 0;
100
102
    margin: 0;
101
103
}
102
 
p.userhello .username {
 
104
.userhello .username {
103
105
    font-weight: bold;
104
106
}
105
107
 
156
158
    color: navy;    /* Text colour not to change */
157
159
    text-decoration: none;
158
160
}
 
161
 
 
162
/* Terms of Service accept / decline buttons */
 
163
#tos_acceptbuttons {
 
164
    text-align: center;
 
165
}