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
* Have it fill its entire containing box
12
/* TODO: Make this more specific! */
19
/* Override the specified width and height */
20
width: 100% ! important;
21
/* FIXME: This is not quite right, but a better approximation of 'right'
22
* for the time being (Something is very odd with the spacing) */
23
height: 100% ! important;