From 439b12929dd71131a90dbf41255d260680f4d15f Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 4 Jul 2016 09:04:52 +0000 Subject: [PATCH] Reseller content updates + styling tweak. Also fixed spacing on admin login page. Done #523 @0.5 --- framework/application/views/scripts/admin/index.phtml | 7 +++++++ less/002-common.less | 3 +++ less/102-intro.less | 1 - less/310-contact.less | 4 ++++ 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 framework/application/views/scripts/admin/index.phtml diff --git a/framework/application/views/scripts/admin/index.phtml b/framework/application/views/scripts/admin/index.phtml new file mode 100644 index 0000000..a7506d9 --- /dev/null +++ b/framework/application/views/scripts/admin/index.phtml @@ -0,0 +1,7 @@ +'; +$this->headLink()->appendStylesheet('/CubeIT/less/admin/common.less', 'all'); +echo '
'; +echo $this->form; +echo ''; \ No newline at end of file diff --git a/less/002-common.less b/less/002-common.less index 6a88247..21ca84f 100644 --- a/less/002-common.less +++ b/less/002-common.less @@ -43,6 +43,9 @@ a { padding-top: 4%; padding-bottom: 5%; + &:first-of-type { + padding-top: 152px; // Minimum clearance and top for fixed menu + } } .no-shrink { diff --git a/less/102-intro.less b/less/102-intro.less index 8f430e0..5ed71e2 100644 --- a/less/102-intro.less +++ b/less/102-intro.less @@ -5,7 +5,6 @@ .content-wrapper { background-size: 1680px auto; - padding-top: 152px; // Minimum clearance and top for fixed menu } blockquote { diff --git a/less/310-contact.less b/less/310-contact.less index 4a67746..0470b6e 100644 --- a/less/310-contact.less +++ b/less/310-contact.less @@ -47,4 +47,8 @@ padding-right: 30px; min-width: 240px; margin-bottom: 30px; // Needed when items wrap + + a { + text-decoration: none; + } } \ No newline at end of file -- 2.39.5