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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-08-11 00:58:44 UTC
  • Revision ID: grantw@unimelb.edu.au-20090811005844-a2od9aemq99xhdyf
Make the console input prompt look more like the output prompt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    padding: 0 0.5em;
98
98
    /* Treat console line as table formatted, so the textbox is dynamic in size. */
99
99
    display: table;
 
100
    font-size: 13px;
100
101
}
101
102
 
102
103
#console_input > div {
129
130
}
130
131
#console_prompt {
131
132
    font-family: monospace;
 
133
    font-weight: bold;
 
134
    white-space: pre;
132
135
}
133
136
#console_inputText {
134
137
    font-family: monospace;