~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-02 07:06:20 UTC
  • Revision ID: grantw@unimelb.edu.au-20090802070620-ppq1zznwt6gh3fmg
Tags: 0.1.9.15
Revert browser bottom offset changes; the new one is broken in many browsers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#console_body.windowpane.maximal, #console_body.windowpane #console_heading {
85
85
    -moz-border-radius-topleft: 10px;
86
86
    -moz-border-radius-topright: 10px;
87
 
    -webkit-border-top-left-radius: 10px;
88
 
    -webkit-border-top-right-radius: 10px;
89
 
    border-top-left-radius: 10px;
90
 
    border-top-right-radius: 10px;
91
87
}
92
88
 
93
89
#console_input {
94
90
    position: absolute;
95
91
    /* Input bar goes along the bottom. Pad all sides */
 
92
    left: 0.5em;
 
93
    right: 0.5em;
96
94
    bottom: 0.5em;
97
 
    padding: 0 0.5em;
98
95
    /* Treat console line as table formatted, so the textbox is dynamic in size. */
99
96
    display: table;
100
 
    font-size: 13px;
101
97
}
102
98
 
103
99
#console_input > div {
130
126
}
131
127
#console_prompt {
132
128
    font-family: monospace;
133
 
    font-weight: bold;
134
 
    white-space: pre;
135
129
}
136
130
#console_inputText {
137
131
    font-family: monospace;