summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-11 20:30:57 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-11 20:30:57 -0800
commit8f975636d67218c5680ae7ff127b87b8793bb479 (patch)
treecd482e2e0f8737711ea40ed3a20d01512e2496ed
parent031d9aba5e83a55fcddf0cb2aed03709fe59e4db (diff)
Add some padding to the add photo's button so when the focus goes on the flash object, it lines up with the button.
-rw-r--r--modules/gallery/views/simple_uploader.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index cde58cf3..8f296ab2 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -115,7 +115,7 @@
</div>
<div id="g-add-photos-canvas" style="text-align: center;">
- <a id="g-add-photos-button" class="ui-corner-all" href="#"><?= t("Select Photos...") ?></a>
+ <a id="g-add-photos-button" class="ui-corner-all" style="padding-bottom: 1em;" href="#"><?= t("Select Photos...") ?></a>
<div id="g-uploadify"></div>