diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-24 16:47:45 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-24 16:47:45 +0000 |
| commit | 5b35490be1e58d32f2dcc5c3f948ce821051c596 (patch) | |
| tree | febab19993d2afaad6b45f07d86c9d8fb8d4208d /modules/local_import/css | |
| parent | 2c5e06221b5df7a2334473b4016df43a407f12b1 (diff) | |
Major change to local import, in that checking the high level
directory will process all the files underneath w/o having to expand
the tree first.
Diffstat (limited to 'modules/local_import/css')
| -rw-r--r-- | modules/local_import/css/local_import.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/local_import/css/local_import.css b/modules/local_import/css/local_import.css index f51b3d68..23c2449d 100644 --- a/modules/local_import/css/local_import.css +++ b/modules/local_import/css/local_import.css @@ -1,3 +1,7 @@ +.gCheckboxTree { + display: none; +} + .gCheckboxTree input { display: inline; } @@ -18,6 +22,9 @@ #gProgressBar { visibility: hidden; height: 1em; + width: 100%; + margin-top: 0.5em; + display: inline-block; } #gLocalImport #gLocalImportTree { |
