diff --git a/public/css/firefly.css b/public/css/firefly.css index 354ea0b15b..bd46d1e920 100644 --- a/public/css/firefly.css +++ b/public/css/firefly.css @@ -20,6 +20,13 @@ body.waiting * { height: 1px; } +.preferences-box { + border:1px #ddd solid; + border-radius: 4px 4px 0 0; + padding: 15px; + margin: 15px; +} + #map-canvas { height: 100%; margin: 0; @@ -76,6 +83,6 @@ body.waiting * { } .loading { - background:url('/images/loading-small.gif') no-repeat center center; - min-height:30px; + background: url('/images/loading-small.gif') no-repeat center center; + min-height: 30px; } \ No newline at end of file diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 4530d8b6cd..6ff9107ef4 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -273,6 +273,10 @@ return [ 'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)', 'pref_save_settings' => 'Save settings', 'saved_preferences' => 'Preferences saved!', + 'preferences_general' => 'General', + 'preferences_frontpage' => 'Frontpage', + 'preferences_security' => 'Security', + 'preferences_layout' => 'Layout', 'transaction_page_size_title' => 'Page size', 'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions', 'transaction_page_size_label' => 'Page size', diff --git a/resources/views/preferences/index.twig b/resources/views/preferences/index.twig index 33a8534f55..6ec4b36343 100644 --- a/resources/views/preferences/index.twig +++ b/resources/views/preferences/index.twig @@ -7,217 +7,237 @@ {% block content %}
+
-
-
-
-

{{ 'pref_home_screen_accounts'|_ }}

-
-
-

{{ 'pref_home_screen_accounts_help'|_ }}

- {% for account in accounts %} -
-
-
-