~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-03-03 01:48:48 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090303014848-dyurvmtmbneohd7f
Modified the setup script to include '.txt' files.

This allows the automatic inclusion of definitions.txt from the rst
code, as it is needed by all worksheets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    left: 0.5em;
93
93
    right: 0.5em;
94
94
    bottom: 0.5em;
95
 
    /* Treat console line as table formated */
96
 
    display: table
97
 
}
98
 
 
99
 
.trow {
100
 
    display: table-row;
101
 
}
102
 
 
103
 
.tcell {
104
 
    display: table-cell;
105
 
}
106
 
 
107
 
.tcell .console_button {
108
 
    /* If the console button is in a cell, don't float */
109
 
    position: static !important;
110
 
}
111
 
 
112
 
#console_inputCell {
113
 
    width: 100%;
114
 
    padding-right: 0.5em;
115
95
}
116
96
 
117
97
#console_body.windowpane #console_input {
120
100
}
121
101
#console_prompt {
122
102
    font-family: monospace;
123
 
    white-space: pre;
124
103
}
125
104
#console_inputText {
126
105
    font-family: monospace;
127
 
    width: 100%;
 
106
    width: 75%;
128
107
}
129
108
 
130
109
/* console filler takes up the same space as console_body.windowpane