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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-02-24 06:39:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224063945-kt21qiy884swph1p
The IVLE logo is now an <img> element, rather than a CSS background.
    This is more semantic, and also fixes a bug in which the top half of the
    tabs weren't clickable due to the heading div overlapping.
    Arg! CSS!

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    z-index: 1;     /* Background to all, but the body */
47
47
}
48
48
 
 
49
#ivleheader h1 {
 
50
    margin: 0;
 
51
    padding: 8px;
 
52
}
 
53
 
49
54
#ivleheader_text {
50
55
    /* Pad left and right. */
51
56
    position: absolute;
52
57
    padding: 0 1em;
53
 
    background-image: url(../ivle.webapp.core/images/chrome/title.png);
54
 
    background-repeat: no-repeat;
55
 
    background-position: 8px 8px;
56
 
    height: 50px;   /* background-position y + image height = 8 + 42 */
57
58
    left: 0;
58
59
    right: 0;
59
60
    z-index: 3;     /* In front */
60
61
}
61
62
 
62
 
#ivleheader_text h1, #ivleheader_text h2 {
63
 
    display: none;
64
 
}
65
 
 
66
63
/* Note: The body has NO PADDING by default (unlike plain HTML).
67
64
 * This is because almost all of the apps need this behaviour.
68
65
 * If a particular app needs padding, it should manually wrap all of its