~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-05-13 03:15:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090513031526-l3knlkpgnldp6dgj
Attempting to view an SVN log when the repo is empty will not crash now.

svnlogservice now returns a 404 if the revision isn't found.

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