Browse Source

Fix: user setting page header

Sotaro KARASAWA 10 years ago
parent
commit
a6ae5edc98
3 changed files with 13 additions and 7 deletions
  1. 4 2
      lib/views/me/api_token.html
  2. 5 3
      lib/views/me/index.html
  3. 4 2
      lib/views/me/password.html

+ 4 - 2
lib/views/me/api_token.html

@@ -4,9 +4,11 @@
 {% block html_title %}APIの設定 · {{ path }}{% endblock %}
 {% block html_title %}APIの設定 · {{ path }}{% endblock %}
 
 
 {% block content_head %}
 {% block content_head %}
-<header  id="page-header">
+<div class="header-wrap">
+  <header id="page-header">
   <h1 class="title" id="">ユーザー設定</h1>
   <h1 class="title" id="">ユーザー設定</h1>
-</header>
+  </header>
+</div>
 {% endblock %}
 {% endblock %}
 
 
 {% block content_main %}
 {% block content_main %}

+ 5 - 3
lib/views/me/index.html

@@ -3,9 +3,11 @@
 {% block html_title %}ユーザー設定 · {{ path }}{% endblock %}
 {% block html_title %}ユーザー設定 · {{ path }}{% endblock %}
 
 
 {% block content_head %}
 {% block content_head %}
-<header  id="page-header">
-  <h1 class="title" id="">ユーザー設定</h1>
-</header>
+<div class="header-wrap">
+  <header id="page-header">
+    <h1 class="title" id="">ユーザー設定</h1>
+  </header>
+</div>
 {% endblock %}
 {% endblock %}
 
 
 {% block content_main %}
 {% block content_main %}

+ 4 - 2
lib/views/me/password.html

@@ -3,9 +3,11 @@
 {% block html_title %}パスワードの設定 · {{ path }}{% endblock %}
 {% block html_title %}パスワードの設定 · {{ path }}{% endblock %}
 
 
 {% block content_head %}
 {% block content_head %}
-<header  id="page-header">
+<div class="header-wrap">
+  <header id="page-header">
   <h1 class="title" id="">ユーザー設定</h1>
   <h1 class="title" id="">ユーザー設定</h1>
-</header>
+  </header>
+</div>
 {% endblock %}
 {% endblock %}
 
 
 {% block content_main %}
 {% block content_main %}