~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-04-28 08:00:14 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:751
Attempt to fix up the most blatent problems with iframes in Firefox 3. The 
editor is still not quite right, but at least it's usable now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    bottom: 0;
29
29
    /* Override EditArea's specified width and height */
30
30
    width: 100% ! important;
31
 
    height: auto ! 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;
32
34
}