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

« back to all changes in this revision

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

Port the forum app to the new framework. With it also comes new cookie
infrastructure.

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