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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-12 16:38:24 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:205
browser.js: Added appropriate handlers for error, text, and binary data.
They now correctly display the error message, text box, and download link
respectively, and clear away the "dir listing" table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    font-size: 1.1em;
21
21
}
22
22
 
 
23
.padding {
 
24
    padding: 1em;
 
25
}
 
26
 
23
27
/* OVERALL LAYOUT */
24
28
 
25
29
/* Override common #ivlebody */
171
175
    font-size: 0.8em;
172
176
    padding: 2px;
173
177
}
 
178
 
 
179
/* TEXT EDITOR */
 
180
 
 
181
#editbox {
 
182
    width: 100%;
 
183
    height: 100%;
 
184
}