1
/* IVLE - Informatics Virtual Learning Environment
2
* Copyright (C) 2007-2008 The University of Melbourne
3
* Style Sheet for File Browser and Editor
5
* This file is redistributable under the terms of the GNU General Public
6
* License version 2 or later.
10
/* Same colour scheme as browser.css:topbar */
11
background-color: #aaf;
20
/* The EditArea iframe
21
* Have it fill its entire containing box
27
top: 2em; /* == #editorhead.height */
29
/* Override EditArea's specified width and height */
30
width: 100% ! important;
31
/* FIXME: This is not quite right, but a better approximation of 'right'
32
* for the time being (Something is very odd with the spacing) */
33
height: 100% ! important;