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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.css

  • Committer: William Grant
  • Date: 2009-07-05 12:17: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-20090705121724-4gpmi3krsaodv4bw
Shrink the top bar of the filebrowser, as the h1 is gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    right: 0;
31
31
    top: 0;
32
32
    /* Approximate height of the components */
33
 
    height: 5em;
 
33
    height: 2.3em;
34
34
    padding: 0;
35
35
    background-color: #ddd;
36
36
}
85
85
    left: 0;
86
86
    right: 0;
87
87
    /* top == #topbar.height */
88
 
    top: 5em;
 
88
    top: 2.3em;
89
89
    /* Space for the mimimised console */
90
90
    bottom: 2em;
91
91
}