~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 04:44:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224044452-km2gcpvsqsoud0up
image-source/title.svg: Shrunk title to 42px (not 50px). This allows us to
    shrink the whole top bar.
ivle/webapp/coremedia/images/chrome/title.png: Updated from SVG.
ivle/webapp/coremedia/ivle.css: Shrunk header bar to 4em from 5.3em.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    border-bottom: 1px solid black;
41
41
    /* IMPORTANT: This 5.3em is hard-coded elsewhere in this file. Search for
42
42
     * #ivleheader.height to update it. */
43
 
    height: 5.3em;
 
43
    height: 4em;
44
44
    left: 0;
45
45
    right: 0;
46
46
    z-index: 1;     /* Background to all, but the body */
52
52
    padding: 0 1em;
53
53
    background-image: url(../ivle.webapp.core/images/chrome/title.png);
54
54
    background-repeat: no-repeat;
55
 
    background-position: 10px 10px;
56
 
    height: 60px;
 
55
    background-position: 8px 8px;
 
56
    height: 50px;   /* background-position y + image height = 8 + 42 */
57
57
    left: 0;
58
58
    right: 0;
59
59
    z-index: 3;     /* In front */
101
101
 */
102
102
#ivleheader_tabs {
103
103
    position: absolute;
104
 
    height: 5.3em;          /* == #ivleheader.height */
 
104
    height: 4em;            /* == #ivleheader.height */
105
105
    top: 0;
106
106
    left: 0;
107
107
    right: 0;