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

« back to all changes in this revision

Viewing changes to www/media/browser/editor.css

  • Committer: William Grant
  • Date: 2008-07-07 01:45:11 UTC
  • mfrom: (unknown (missing))
  • Revision ID: wgrant@ugrad.unimelb.edu.au-20080707014511-xyy43p6y8jiqrsh9
Merge killall-editarea branch. We now use CodePress instead, which is
somewhat less slothful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * License version 2 or later.
7
7
 */
8
8
 
9
 
/* The EditArea iframe
 
9
/* The editor iframe
10
10
 * Have it fill its entire containing box
11
11
 */
12
 
#frame_editbox {
 
12
/* TODO: Make this more specific! */
 
13
iframe {
13
14
    position: absolute;
14
15
    left: 0;
15
16
    right: 0;
16
17
    top: 0;
17
18
    bottom: 0;
18
 
    /* Override EditArea's specified width and height */
 
19
    /* Override the specified width and height */
19
20
    width: 100% ! important;
20
21
    /* FIXME: This is not quite right, but a better approximation of 'right' 
21
22
     * for the time being (Something is very odd with the spacing) */