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

« back to all changes in this revision

Viewing changes to www/media/console/console.css

  • Committer: mattgiuca
  • Date: 2008-02-03 04:14:56 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:382
media/console/console.css: CSS hack to remove horizontal scrollbar on some
browsers (Firefox, I think IE). Fallback to simply not removing the horizontal
scrollbar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    right: 0.5em;
57
57
    /* Display scroll bars */
58
58
    overflow: scroll;
 
59
    /* Some browsers support overflow-x and overflow-y. In this case, use
 
60
     * overflow-x: auto to disable the horizontal scroll bar.
 
61
     * (If unsupported this will simply fall back to a harmless but annoying
 
62
     * horizontal scroll bar).
 
63
     */
 
64
    overflow-x: auto;
59
65
}
60
66
#console_body.windowpane #console_output {
61
67
    /* Don't want this absolutely positioned in windowpane mode */