diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-03-16 05:50:05 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-03-16 05:50:05 +0000 |
| commit | c377ffc2a5cc334981ab81e96ae0bc18a868edf7 (patch) | |
| tree | 2f2c508bee2fb47d58d28e53df35c01fee4aa594 /core/views/simple_uploader.html.php | |
| parent | 542ab6db1f13541cbda4e3eaafc27f57623d32b3 (diff) | |
Ticket #97. Applied button css where missing. Minor form css improvements.
Diffstat (limited to 'core/views/simple_uploader.html.php')
| -rw-r--r-- | core/views/simple_uploader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index fd06a72c..0d1d4ee2 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -30,5 +30,5 @@ </embed> </object> - <input type="submit" value="<?= t("Finish") ?>"> + <input type="submit" class="ui-state-default ui-corner-all" value="<?= t("Finish") ?>"/> </form> |
