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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-12-08 02:17:54 UTC
  • Revision ID: matt.giuca@gmail.com-20091208021754-xpjmt72v8ud93q9y
Added sample data infrastructure, with a little bit of sample data. The sample data is in examples/db/sample.sql. Documentation in doc/man/sample.rst details the infrastructure for importing and exporting sample data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    /*height: 20em;*/       /* Might be needed for windowpane mode */
51
51
    /*margin-bottom: 0.5em;*/
52
52
    position: absolute;
53
 
    /* Start immediately under the blue header. */
54
 
    top: 0;
 
53
    /* 2em is to accomodate the header bar, and some padding */
 
54
    top: 3.4em;
55
55
    /* 2.5em is to accomodate the input bar, and padding either side */
56
56
    bottom: 2.5em;
57
57
    left: 0;
163
163
}
164
164
#console_filler.minimal {
165
165
    /* Trial and error is useful to work this out. */
166
 
    height: 2em;
 
166
    height: 1em;
167
167
}
168
168
*.errorMsg {
169
169
    color: red;