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

« back to all changes in this revision

Viewing changes to www/media/console/console.css

  • Committer: mattgiuca
  • Date: 2008-02-28 07:52:35 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:608
browser/listing: REMOVED the generation of all action links to the right
    panel. (Yes, this is the end of an era).
    Split the "Modified" stamp in the right panel to split over 3 lines so it
    takes up less horizontal space.
    Shrunk the right panel from 300px down to 200px, as requested by Steven
    Bird.
We can now rely solely on the top dropdown for doing actions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    /* Don't want this absolutely positioned in windowpane mode */
72
72
    position: static;
73
73
    /* Give it an explicit height instead */
74
 
    height: 15em;
 
74
    height: 20em;
75
75
    margin-bottom: 0.5em;
76
76
}
77
77
#console_input {
92
92
    background-color: white;
93
93
    font-size: 80%;
94
94
    color: black;
95
 
    width: 75%;
 
95
    width: 90%;
96
96
}
97
97
#console_inputText.disabled {
98
98
    background-color: #aaa;
126
126
     */
127
127
    height: 2em;
128
128
}
129
 
*.errorMsg {
 
129
pre.errorMsg {
130
130
    color: red;
131
131
    margin-top: 0em;
132
132
    margin-bottom: 0em;
133
133
}
134
 
*.inputPrompt {
135
 
    color: #800;    /* Deep red */
136
 
    font-weight: bold;
137
 
    margin-top: 0em;
138
 
    margin-bottom: 0em;
139
 
}
140
 
*.inputMsg {
 
134
pre.inputMsg {
141
135
    color: #404040;
142
136
    margin-top: 0em;
143
137
    margin-bottom: 0em;
144
138
}
145
 
*.outputMsg {
 
139
pre.outputMsg {
146
140
    margin-top: 0em;
147
141
    margin-bottom: 0em;
148
142
}