added class = clear to clear floats
This commit is contained in:
parent
722bcdac0f
commit
2fdce46bb6
1 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,7 @@ ${stylesheets.addFromTheme("/jquery.Jcrop.css")}
|
|||
<input type="hidden" name="h" value="" />
|
||||
|
||||
<input type="submit" value="Save photo">
|
||||
or <a href="${cancelUrl}">Cancel</a>
|
||||
or <a class="cancelUpload" href="${cancelUrl}">Cancel</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -51,3 +51,4 @@ ${stylesheets.addFromTheme("/jquery.Jcrop.css")}
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue