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

« back to all changes in this revision

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

MergeĀ fromĀ trunk.

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;
87
91
}
88
92
 
89
93
#console_input {
90
94
    position: absolute;
91
95
    /* Input bar goes along the bottom. Pad all sides */
92
 
    left: 0.5em;
93
 
    right: 0.5em;
94
96
    bottom: 0.5em;
 
97
    padding: 0 0.5em;
95
98
    /* Treat console line as table formatted, so the textbox is dynamic in size. */
96
99
    display: table;
 
100
    font-size: 13px;
97
101
}
98
102
 
99
103
#console_input > div {
126
130
}
127
131
#console_prompt {
128
132
    font-family: monospace;
 
133
    font-weight: bold;
 
134
    white-space: pre;
129
135
}
130
136
#console_inputText {
131
137
    font-family: monospace;