~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-29 01:18:22 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:621
Added 2 new apps: home and subjects. Both fairly incomplete, just a basic
    skeleton.
    "home" is the new default app, replacing "files".
    (It has a link to files).

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;
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
134
*.inputMsg {
141
135
    color: #404040;
142
136
    margin-top: 0em;