summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 14:55:17 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 14:55:17 +0100
commit22982f602e5cab9303d0d67d1fc5998b23d3b7fd (patch)
treec18f13fef9ec2b9d76f7b6e3d5dfdcfb3e67ecc6 /index.html
parenta54ba81b9c25d1ed4685899762785550ddaea4fd (diff)
Move back button to top-left corner in AAI login
The top-right corner is occupied by the AAI frame's language selection links.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4187df0..4cc2f03 100644
--- a/index.html
+++ b/index.html
@@ -154,7 +154,7 @@
<div class="container-fluid" id="screen_aai_login" style="display: none;">
<div class="row">
<div class="col-md-12" style="padding: 0;">
- <button type="button" class="pull-right" id="cancel_aai_login" style="position: absolute; top:10px; right:10px;" data-tkey="go_back">Go back</button>
+ <button type="button" class="pull-right" id="cancel_aai_login" style="position: absolute; top:10px; left:10px;" data-tkey="go_back">Go back</button>
<iframe width="100%" height="100%" frameborder="0" scrolling="yes" allowtransparency="true" src="" id="aai_iframe"></iframe>
</div>
</div>