~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-05 03:18:14 UTC
  • 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-20090705031814-yn8oymmawsq0da78
Split out ivle.webapp.admin's routes into annotated functions in ivle.webapp.traversal.

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 formatted, so the textbox is dynamic in size. */
96
 
    display: table;
97
 
}
98
 
 
99
 
#console_input > div {
100
 
    display: table-row;
101
 
}
102
 
 
103
 
#console_input > div > * {
104
 
    display: table-cell;
105
 
 
106
 
    /* Don't let the buttons wrap onto multiple lines.
107
 
     * This forces the textbox to shrink.
108
 
     */
109
 
    white-space: nowrap;
110
 
}
111
 
 
112
 
#console_input > div > .console_button {
113
 
    /* If the console button is in a cell, don't float */
114
 
    position: static !important;
115
 
    padding: 0 0.2em;
116
 
}
117
 
 
118
 
#console_inputCell {
119
 
    width: 100%;
120
 
    padding-right: 0.5em;
121
95
}
122
96
 
123
97
#console_body.windowpane #console_input {
129
103
}
130
104
#console_inputText {
131
105
    font-family: monospace;
132
 
    width: 100%;
 
106
    width: 75%;
133
107
}
134
108
 
135
109
/* console filler takes up the same space as console_body.windowpane