52
51
/*margin-bottom: 0.5em;*/
53
52
position: absolute;
54
53
/* 2em is to accomodate the header bar, and some padding */
56
55
/* 2.5em is to accomodate the input bar, and padding either side */
58
/* left and right 0.5em are just for horizontal padding */
61
59
/* Display scroll bars */
63
61
/* Some browsers support overflow-x and overflow-y. In this case, use
66
64
* horizontal scroll bar).
68
/* On some displays, monospace font is much smaller than everything else.
69
* We just set the console font to 13px to appear a bit bigger (this is
70
* the same size as the editor's font).
70
74
#console_body.windowpane #console_output {
71
75
/* Don't want this absolutely positioned in windowpane mode */
77
/* Make it a bit higher up, because the header is thinner in this mode */
73
79
/* Give it an explicit height instead */
75
81
margin-bottom: 0.5em;
84
#console_body.windowpane.maximal, #console_body.windowpane #console_heading {
85
-moz-border-radius-topleft: 10px;
86
-moz-border-radius-topright: 10px;
78
90
position: absolute;
79
91
/* Input bar goes along the bottom. Pad all sides */
95
/* Treat console line as table formated */
107
.tcell .console_button {
108
/* If the console button is in a cell, don't float */
109
position: static !important;
114
padding-right: 0.5em;
84
117
#console_body.windowpane #console_input {
85
118
/* Don't want this absolutely positioned in windowpane mode */
89
122
font-family: monospace;
91
125
#console_inputText {
92
background-color: white;
97
#console_inputText.disabled {
98
background-color: #aaa;
126
font-family: monospace;
100
130
/* console filler takes up the same space as console_body.windowpane
101
131
* but its position is relative, not fixed.
102
132
* This avoids having the console overlap with the bottom 28em of page
119
149
#console_filler.maximal {
120
/* total height of console = 20em + 1em + 0.5em + 0.5em + 0.5em + 1em + borders
150
/* Trial and error is useful to work this out. */
124
153
#console_filler.minimal {
125
/* total height of console = 1em + 0.5em + 0.5em
154
/* Trial and error is useful to work this out. */