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

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: William Grant
  • Date: 2009-07-05 05:58:24 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705055824-n628885ahzxwg1tu
Shrink the top bar, and start breadcrumerisation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    background-repeat: repeat-x;
60
60
    padding: 0;
61
61
    border-bottom: 1px solid black;
62
 
    /* IMPORTANT: This 4em is hard-coded elsewhere in this file. Search for
 
62
    /* IMPORTANT: This 2em is hard-coded elsewhere in this file. Search for
63
63
     * #ivleheader.height to update it. */
64
 
    height: 4em;
 
64
    height: 2em;
65
65
    left: 0;
66
66
    right: 0;
67
67
    z-index: 1;     /* Background to all, but the body */
68
68
}
69
69
 
70
 
#ivleheader h1 {
 
70
#ivle_breadcrumbs {
71
71
    margin: 0;
72
 
    padding: 8px;
 
72
    padding: 0;
 
73
}
 
74
 
 
75
#ivle_breadcrumbs .breadcrumb {
 
76
    background: url(../ivle.webapp.core/images/chrome/breadcrumb-chevron.png) scroll no-repeat right;
 
77
    float: left;
 
78
    min-height: 29px
 
79
}
 
80
 
 
81
#ivle_breadcrumbs .breadcrumb a {
 
82
    display: block;
 
83
    padding: 4px 20px 0 6px;
73
84
}
74
85
 
75
86
#ivleheader_text {
76
 
    position: absolute;
 
87
    float: right;
77
88
    padding: 0.5em;
78
 
    top: 0;
79
 
    right: 0.5em;
80
89
}
81
90
 
82
91
/* Note: The body has NO PADDING by default (unlike plain HTML).
88
97
    /* This is positioned absolutely so that its content can be positioned
89
98
     * absolutely as well, and so height: 100% really means it. */
90
99
    position: absolute;
91
 
    top: 4em;               /* == #ivleheader.height */
 
100
    top: 2em;               /* == #ivleheader.height */
92
101
    bottom: 0;
93
102
    width: 100%;
94
103
    z-index: 0;     /* Behind header */