~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-05 01:51:26 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:411
Renamed lib/fileservice to lib/fileservice_lib (naming conflict).
Added new app: fileservice. This app replaces the old one that was deleted -
it simply calls fileservice_lib.handle, and that's it (so it functions exactly
the same).

Show diffs side-by-side

added added

removed removed

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