From 32871491e307dd2c874fff847f7f623030ba5e23 Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 3 Sep 2011 11:42:10 +0200 Subject: [PATCH 1/7] Fix login view. Move from link_tag() to asset() --- application/views/auth/login.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/views/auth/login.php b/application/views/auth/login.php index 6cf1ebb..0c492cc 100644 --- a/application/views/auth/login.php +++ b/application/views/auth/login.php @@ -6,12 +6,12 @@ ScattPort | <?=_('Login');?> - - + + - - - + + + From f65941f1e38b33c94dc3ada419fdce92aa6f7c6f Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 3 Sep 2011 12:03:03 +0200 Subject: [PATCH 2/7] Correct chevron style When the menu is closed, the arrow has to point up. --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5ca8985..a78e6f6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -178,7 +178,7 @@ div.error { } .navigation ul li a { - background: url(../images/icons/chevron-small.png) -2px center no-repeat; + background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat; padding-left: 16px; margin-left: -7px; color: #fff; @@ -192,7 +192,7 @@ div.error { } .navigation ul li.active a { - background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat; + background: url(../images/icons/chevron-small.png) -2px center no-repeat; color: #666; } From ba140f8322cb48b813fab7e42ffd8b3bb43294c4 Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 3 Sep 2011 12:48:09 +0200 Subject: [PATCH 3/7] It's togglable, not toggleable ref: http://en.wiktionary.org/wiki/togglable --- application/views/header.php | 10 +++++----- assets/js/scattport.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/application/views/header.php b/application/views/header.php index 0cfeec6..25f0b10 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -68,7 +68,7 @@ - -