From 948c52f13e3d5db1d067c3c9c109eb6f5745a18d Mon Sep 17 00:00:00 2001 From: Beanow Date: Sun, 7 Sep 2014 16:24:40 +0200 Subject: [PATCH] Added styling to show settings headers can be clicked. --- view/global.css | 4 ++-- view/templates/settings.tpl | 12 ++++++------ view/templates/settings_features.tpl | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/view/global.css b/view/global.css index 5c414cb359..549e1216d2 100644 --- a/view/global.css +++ b/view/global.css @@ -123,6 +123,6 @@ blockquote.shared_content { border: none; } -.settings-heading { - cursor: pointer; +.settings-heading a:after{ + content: ' ยป'; } \ No newline at end of file diff --git a/view/templates/settings.tpl b/view/templates/settings.tpl index adf4400022..8f913aac61 100644 --- a/view/templates/settings.tpl +++ b/view/templates/settings.tpl @@ -5,7 +5,7 @@
-

{{$h_pass}}

+

{{$h_pass}}

{{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} @@ -20,7 +20,7 @@
-

{{$h_basic}}

+

{{$h_basic}}

{{include file="field_input.tpl" field=$username}} @@ -37,7 +37,7 @@
-

{{$h_prv}}

+

{{$h_prv}}

@@ -109,7 +109,7 @@ -

{{$h_not}}

+

{{$h_not}}

@@ -141,7 +141,7 @@
-

{{$h_advn}}

+

{{$h_advn}}

{{$h_descadvn}}
@@ -152,7 +152,7 @@
-

{{$relocate}}

+

{{$relocate}}

{{$relocate_text}}
diff --git a/view/templates/settings_features.tpl b/view/templates/settings_features.tpl index 261dfa9de7..2793e477b1 100644 --- a/view/templates/settings_features.tpl +++ b/view/templates/settings_features.tpl @@ -6,7 +6,7 @@ {{foreach $features as $f}} -

{{$f.0}}

+

{{$f.0}}

{{foreach $f.1 as $fcat}}