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

« back to all changes in this revision

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

  • Committer: me at id
  • Date: 2009-01-15 05:32:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:branches%2Fstorm:1158
ivle.database.User: Add an 'active_enrolments' property, which returns a list
     of nicely ordered active enrolments.

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