diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-02 15:22:19 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-02 15:22:19 +0100 |
commit | 96d7a97d80f882111e435e98c6965ad999596b52 (patch) | |
tree | 0f2277732a6aea1a5739a02a09d611bdf3bfda29 /index.html | |
parent | 7c72a4efe48149c20b9a3e8bb7e547214301a9f3 (diff) |
Minor HTML and CSS cleanups
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -152,7 +152,7 @@ <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; 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> + <iframe width="100%" height="100%" frameborder="0" scrolling="yes" allowtransparency="true" src="" id="aai-iframe"></iframe> </div> </div> </div> @@ -509,10 +509,10 @@ pattern="^(([0-9a-f]{0,4}:){1,7}[0-9a-f]{1,4}|([0-9]{1,3}\.){3}[0-9]{1,3})$" /> </div> <div class="form-group" id="settings-layout-group"> - <span class="small" data-tkey="layout_select" >Layout</span> + <span class="small" data-tkey="layout_select">Layout</span> <select class="form-control" id="settings-layout"> - <option value="line-layout" data-tkey="line_layout">Line</option> - <option value="square-layout" data-tkey="square_layout">Square</option> + <option value="line-layout" data-tkey="line_layout">Line</option> + <option value="square-layout" data-tkey="square_layout">Square</option> </select> </div> <div class="text-center"> |