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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-02-24 13:59:55 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224135955-n4l4c2y5b2sam9fw
Fixed a slight issue in the console.css which meant the console sometimes
displayed over the top of page content, even when minimized.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
#console_filler.minimal {
125
125
    /* total height of console = 1em + 0.5em + 0.5em
126
126
     */
127
 
    height: 2em;
 
127
    height: 4em;
128
128
}
129
129
*.errorMsg {
130
130
    color: red;