fix app rendering
This commit is contained in:
parent
779cab047a
commit
f66aa336ac
@ -1,8 +1,7 @@
|
||||
.app-container {
|
||||
float: left;
|
||||
width: 150px;
|
||||
height: 180px;
|
||||
padding: 20px;
|
||||
width: 148px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.app-name {
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h2>{{$banner}}</h2>
|
||||
</div>
|
||||
|
||||
<div class="section-content-wrapper">
|
||||
<div class="clearfix section-content-wrapper">
|
||||
<form action="appman" method="post">
|
||||
{{if $guid}}
|
||||
<input type="hidden" name="guid" value="{{$guid}}" />
|
||||
@ -33,7 +33,7 @@
|
||||
{{include file="field_textarea.tpl" field=$embed}}
|
||||
{{/if}}
|
||||
|
||||
<input type="submit" name="submit" value="{{$submit}}" />
|
||||
<button class="btn btn-primary float-right" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
@ -9,10 +9,9 @@
|
||||
{{/if}}
|
||||
<h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2>
|
||||
</div>
|
||||
<div class="section-content-wrapper">
|
||||
<div class="clearfix section-content-wrapper">
|
||||
{{foreach $apps as $ap}}
|
||||
{{$ap}}
|
||||
{{/foreach}}
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
||||
{{/if}}
|
||||
<div class="form-group">
|
||||
<label for="prvmail-text">{{$yourmessage}}</label>
|
||||
<textarea class="form-control" id="prvmail-text" name="body">{{$text}}</textarea>
|
||||
<textarea class="form-control" id="prvmail-text" name="body"{{if $new}} style="height: 10em;"{{/if}}>{{$text}}</textarea>
|
||||
</div>
|
||||
<div id="prvmail-submit-wrapper" class="form-group">
|
||||
<div id="prvmail-submit" class="float-right btn-group">
|
||||
|
Reference in New Issue
Block a user