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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-06-13 18:34:06 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:769
media/common/util.js: Removed writing "Content-Length" in POST ajax requests.
    This was actually folly - it is officially ILLEGAL to write
    Content-Length in XHR. It is done automatically.
    This may explain why IE didn't work for the sign-up screen - investigate.

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
}