source: trunk/gui/filexfer/upload.css @ 639

Last change on this file since 639 was 193, checked in by mmc, 19 years ago
  • Added "Upload..." capability to the <loader> widget. You can now add an <upload> directive containing the path of the control that will receive data. A file is uploaded from the desktop and saved in the specified control.
  • Fixed download capability to work properly for all result types, including contour plots and molecules.
  • Added rappture::signal so we can catch SIGHUP and clean up the upload/download spool directory.
File size: 849 bytes
Line 
1body {
2  background: #314564 url("/bg_tile.gif") 0 0 repeat-y;
3  margin: 12px 12px 12px 12px;
4  padding: 0;
5  color: #000;
6  font: 12px/17px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
7  min-width: 500px;
8}
9h1 {
10  font-size: 2em;
11  color: #666;
12}
13input {
14  margin: 4px 4px 4px 4px;
15  vertical-align: middle;
16}
17textarea {
18  margin: 0px 8px 8px 8px;
19  vertical-align: top;
20}
21#main {
22  background: white;
23  padding: 10px 20px 20px 20px;
24}
25#description {
26  padding: 4px;
27}
28#submit {
29  background: #d9d9d9;
30  margin: 20px 0px 0px 0px;
31  padding: 4px;
32}
33#logo h1 {
34  margin: 0;
35  padding: 4px;
36  width: 286px;
37  height: 81px;
38  background: url("header.gif") 0 0 no-repeat;
39}
40#logo h1 a {
41  margin: 0;
42  padding: 0;
43  width: 286px;
44  height: 81px;
45  display: block;
46}
47#logo h1 a:hover { border-bottom: none; }
48#logo h1 span { display: none; }
Note: See TracBrowser for help on using the repository browser.