~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:20:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:803
Setup: Modularised setup.py so it is now no longer over 1000 lines. This should 
allow us to get in there and tidy up each module much easier. Also removed 
updatejails since this functionality seems to be duplicated with remakeuser.py 
and remakealluser.py scripts.

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) */