~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-01-12 13:22:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:198
ivle.css: Fixed header layout so it has a minimum height (in the non-tabs
    version while logged out, the heading overflowed the box).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#ivleheader {
33
33
    background-color: #fea;
34
 
    /* Pad left and right. Pad 1px top to extend colour. */
35
 
    padding: 1px 1em 0 1em;
 
34
    /* Pad left and right. */
 
35
    padding: 0 1em;
36
36
    border-bottom: 1px solid black;
 
37
    min-height: 4.3em;
37
38
}
38
39
 
39
40
/* Special "IVLE" and "Informatics Virtual Learning Environment" titles */
40
41
#ivleheader h1 {
41
42
    position: absolute;
42
43
    text-align: left;
43
 
    font-size: 4em;
 
44
    font-size: 3.8em;
44
45
    font-style: italic;
45
46
    color: #ffc;
46
47
    margin: 0;
65
66
    font-size: .8em;
66
67
    top: 0;
67
68
    text-align: right;
 
69
    padding: 11px 0;
 
70
    margin: 0;
68
71
}
69
72
p.userhello .username {
70
73
    font-weight: bold;