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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-07-03 04:43:49 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:805
Setup: Now you can supply a --mirror or -m option to `./setup build` to specify 
which mirror to use to build the jail from. Default is still AARNET, but at 
least is can be changed.

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