~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-07-30 08:50:35 UTC
  • mfrom: (1297 ivle)
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090730085035-np5s9ghrgymmya8b
MergeĀ fromĀ trunk.

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;
95
115
}
96
116
 
97
117
#console_body.windowpane #console_input {
100
120
}
101
121
#console_prompt {
102
122
    font-family: monospace;
 
123
    white-space: pre;
103
124
}
104
125
#console_inputText {
105
126
    font-family: monospace;
106
 
    width: 60%;
 
127
    width: 100%;
107
128
}
108
129
 
109
130
/* console filler takes up the same space as console_body.windowpane