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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/media/console.css

  • Committer: David Coles
  • Date: 2009-08-10 01:22:53 UTC
  • Revision ID: coles.david@gmail.com-20090810012253-7y7vaynqqhzx74tt
Positioning based padding on console app caused scrollbars to appear in IE8 and Webkit based browsers. 
Fixes lp:409832

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
#console_input {
90
90
    position: absolute;
91
91
    /* Input bar goes along the bottom. Pad all sides */
92
 
    left: 0.5em;
93
 
    right: 0.5em;
94
92
    bottom: 0.5em;
 
93
    padding: 0 0.5em;
95
94
    /* Treat console line as table formatted, so the textbox is dynamic in size. */
96
95
    display: table;
97
96
}