aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/theme_settings.tpl
diff options
context:
space:
mode:
authorsasiflo <redmatrixdev@sasiflo.de>2014-04-09 23:13:25 +0200
committersasiflo <redmatrixdev@sasiflo.de>2014-04-09 23:13:25 +0200
commit036d907a4bfdbf5d58de786bea7109f52bf4a709 (patch)
treeaa9d8ed0aca33935732c3ee6b6c734a8ea56e05f /view/theme/redbasic/tpl/theme_settings.tpl
parentc7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0 (diff)
downloadvolse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.tar.gz
volse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.tar.bz2
volse-hubzilla-036d907a4bfdbf5d58de786bea7109f52bf4a709.zip
Extended theme redbasic: Allow to center the content (aside + converse)
Added an option to settings of redbasic theme. You are now able to activate centering the left aside and the conversion regions in the middle of the screen. This respects configuration of conversion region width and works without special actions for mobile devices. TODO: Find a way to handle conversion width given in percent.
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index ccd183049..b20d17804 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -28,6 +28,7 @@
{{include file="field_input.tpl" field=$radius}}
{{include file="field_input.tpl" field=$shadow}}
{{include file="field_input.tpl" field=$converse_width}}
+{{include file="field_checkbox.tpl" field=$converse_center}}
{{include file="field_input.tpl" field=$nav_min_opacity}}
{{include file="field_input.tpl" field=$top_photo}}
{{include file="field_input.tpl" field=$reply_photo}}