]> _ Git - fluidbook-v3.git/commitdiff
Reseller content updates + styling tweak. Also fixed spacing on admin login page...
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Jul 2016 09:04:52 +0000 (09:04 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Jul 2016 09:04:52 +0000 (09:04 +0000)
framework/application/views/scripts/admin/index.phtml [new file with mode: 0644]
less/002-common.less
less/102-intro.less
less/310-contact.less

diff --git a/framework/application/views/scripts/admin/index.phtml b/framework/application/views/scripts/admin/index.phtml
new file mode 100644 (file)
index 0000000..a7506d9
--- /dev/null
@@ -0,0 +1,7 @@
+<?php\r
+\r
+echo '<div id="adminlogin" class="adminlogin cubeit-content content-wrapper">';\r
+$this->headLink()->appendStylesheet('/CubeIT/less/admin/common.less', 'all');\r
+echo '<div id="message"></div>';\r
+echo $this->form;\r
+echo '</div>';
\ No newline at end of file
index 6a88247abe2cc5f93f60791d8ac2c3cfb76f3d86..21ca84f553a50f7b8724d7e0600e6ddc9cf487c9 100644 (file)
@@ -43,6 +43,9 @@ a {
        padding-top: 4%;\r
        padding-bottom: 5%;\r
 \r
+       &:first-of-type {\r
+               padding-top: 152px; // Minimum clearance and top for fixed menu\r
+       }\r
 }\r
 \r
 .no-shrink {\r
index 8f430e0c504d829bd201f02d8f0edbaaee97781c..5ed71e238faa4982384b31a150dcb665117fd1ba 100644 (file)
@@ -5,7 +5,6 @@
 \r
        .content-wrapper {\r
                background-size: 1680px auto;\r
-               padding-top: 152px; // Minimum clearance and top for fixed menu\r
        }\r
 \r
        blockquote {\r
index 4a677460ecd2dec1f577ce6de1a7d9db100db5d7..0470b6ec7175cf4f16770a2ba567494fb899bc77 100644 (file)
@@ -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