From 94e565aa003c452db7564ab03e50e009d8bad64a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 27 Aug 2013 05:42:09 +0800 Subject: [PATCH] account pages done; 403; 404 --- public/css/style.less | 11 +++++ public/templates/403.tpl | 2 +- public/templates/404.tpl | 2 +- public/templates/account.tpl | 8 ++-- public/templates/accountedit.tpl | 71 ++++++++++++++-------------- public/templates/accountsettings.tpl | 20 ++++---- public/templates/favourites.tpl | 2 +- 7 files changed, 65 insertions(+), 51 deletions(-) diff --git a/public/css/style.less b/public/css/style.less index fb6aabd698..580b9f74d0 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -807,7 +807,18 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { } +.account { + .topic-row { + width: 100%; + } +} +.favourites { + .topic-row { + width: 100%; + margin-bottom: 10px; + } +} //topic .category-list { diff --git a/public/templates/403.tpl b/public/templates/403.tpl index 4cbd7e91dc..62b460deb3 100644 --- a/public/templates/403.tpl +++ b/public/templates/403.tpl @@ -1,4 +1,4 @@ -
+
Access Denied

You seem to have stumbled upon a page that you do not have access to. Perhaps you should try logging in?

\ No newline at end of file diff --git a/public/templates/404.tpl b/public/templates/404.tpl index f3a998992e..1825280f6f 100644 --- a/public/templates/404.tpl +++ b/public/templates/404.tpl @@ -1,4 +1,4 @@ -
+
Not found

You seem to have stumbled upon a page that does not exist. Return to the home page

\ No newline at end of file diff --git a/public/templates/account.tpl b/public/templates/account.tpl index 6ad5660ccb..16e87313c6 100644 --- a/public/templates/account.tpl +++ b/public/templates/account.tpl @@ -1,5 +1,5 @@ -
+