aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-26 13:45:27 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-26 13:45:27 +0200
commitc327b00efa7807374776a341a7cec4023f61497b (patch)
tree4ecb28d129230044cfc2dc6eb7868d6aefad1951 /view/tpl
parent7634d4ce6918937705f9bf2aa2e99ff513f75bc4 (diff)
downloadvolse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.tar.gz
volse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.tar.bz2
volse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.zip
fix app-icon color and use bs class for w100
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/events_tools_side.tpl2
-rw-r--r--view/tpl/website_portation_tools.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/events_tools_side.tpl b/view/tpl/events_tools_side.tpl
index bc6f09ae8..e22f95c1e 100755
--- a/view/tpl/events_tools_side.tpl
+++ b/view/tpl/events_tools_side.tpl
@@ -8,7 +8,7 @@
<div class="sub-menu">
<form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form">
<div class="form-group">
- <input id="event-upload-choose" class="form-control-file w100" type="file" name="userfile" />
+ <input id="event-upload-choose" class="form-control-file w-100" type="file" name="userfile" />
</div>
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$submit}}</button>
</form>
diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl
index 4ee1376ea..0d131cb17 100644
--- a/view/tpl/website_portation_tools.tpl
+++ b/view/tpl/website_portation_tools.tpl
@@ -15,7 +15,7 @@
<!-- Or upload a zipped file containing the website -->
<p class="descriptive-text">{{$file_upload_text}}</p>
<div class="form-group">
- <input class="form-control-file w100" type="file" name="zip_file" />
+ <input class="form-control-file w-100" type="file" name="zip_file" />
</div>
<div class="form-group">
<button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Submit</button>