[SUCS Devel] [Git][sucssite/sucs-site][beta] 2 commits: Fix short uri page not displaying the box thing properly.

Imran Hussain imranh at sucs.org
Fri Sep 25 16:07:56 BST 2015


Imran Hussain pushed to branch beta at sucssite / sucs-site


Commits:
79a79fd2 by Imran Hussain at 2015-09-25T15:58:14Z
Fix short uri page not displaying the box thing properly.

Horrible hack that works for now. To be gotten rid of in redesign.

- - - - -
af3d9f58 by Imran Hussain at 2015-09-25T16:07:52Z
Merge branch 'master' into 'beta'

Fix short uri page not displaying the box thing properly.

Horrible hack that works for now. To be gotten rid of in redesign.

See merge request !16

- - - - -


1 changed file:

- templates/uri.tpl


Changes:

=====================================
templates/uri.tpl
=====================================
--- a/templates/uri.tpl
+++ b/templates/uri.tpl
@@ -13,7 +13,7 @@ $this->append('extra_scripts', $script);
 
 <div class="box" style="width: 80%; margin: auto;">
 <div class="boxhead"><h2>Create a ShortURI</h2></div>
-<div class="boxcontent">
+<div class="boxcontent" style="height: 69px;">
 <form class="admin" action="{$path}" method="POST">
         <div class="row">
                 <label for="uri">URI</label>
@@ -31,4 +31,4 @@ $this->append('extra_scripts', $script);
 </div>
 {/if}
 
-{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
+{if $uri}<p>Your ShortURI is <a href="{$uri}">{$uri}</a></p>{/if}
\ No newline at end of file



View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/d13fa5d27b26f3412d19e0254f9ae975df060cde...af3d9f58620ad5bb42167fc154a6bb28cf72c78b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20150925/a04c3651/attachment.html>


More information about the Devel mailing list