~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 07:54:29 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-20090705075429-qyh9midyp0v73gnv
Add export details for the breadcrumb chevron SVG.

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