From 5eded97dfa0985c4b603d74a2f6a17b955e7a9e3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 7 Oct 2016 05:26:37 +0000 Subject: [PATCH] Add Register Button at Top Right. --- 2017/assets/css/custom.css | 20 +++++++++++++++++++- 2017/includes/banner.html | 2 +- 2017/includes/nav-list-1.html | 2 +- 2017/includes/register-now.html | 16 +++++++++------- 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/2017/assets/css/custom.css b/2017/assets/css/custom.css index bdfdc51c..36110feb 100644 --- a/2017/assets/css/custom.css +++ b/2017/assets/css/custom.css @@ -338,7 +338,6 @@ hr { color: #ffffff; text-shadow: 0px 0px 0px #ffffff; background-color: rgba(58, 208, 61, 0.6); - background-color: rgba(58, 208, 61, 0.6); text-decoration: none; } @@ -582,12 +581,24 @@ hr { .lp-head p { margin: -0.35em 0 0.001em -3.6em; } + .register-block p { + margin: 0; + } +} + +@media (min-width: 991px) and (max-width:1200px) { + .register-block p { + margin-left: 0.5em; + } } @media (min-width:1200px) { .lp-head p { margin: -0.54em 0 0.001em -7em; } + .register-block p { + margin: 0; + } } .page-header { @@ -704,6 +715,13 @@ hr { color: white; } +.nav > li.btn-register > a { + background-color: rgba(58, 208, 61, 0.6); + color: #ffffff; + text-shadow: 0px 0px 0px #ffffff; + text-decoration: none; +} + .nav > li > a:hover, .nav > li > a:focus { background-color: rgba(88, 208, 121, 1.0); diff --git a/2017/includes/banner.html b/2017/includes/banner.html index 7a4a86f4..64121330 100755 --- a/2017/includes/banner.html +++ b/2017/includes/banner.html @@ -22,7 +22,7 @@

- + diff --git a/2017/includes/nav-list-1.html b/2017/includes/nav-list-1.html index 45958a5f..7f272cf5 100644 --- a/2017/includes/nav-list-1.html +++ b/2017/includes/nav-list-1.html @@ -1,7 +1,7 @@ -
  • Register Now
  • +
  • Register Now
  • Propose a session
  • diff --git a/2017/includes/register-now.html b/2017/includes/register-now.html index 6f4fb4b6..98c26e31 100644 --- a/2017/includes/register-now.html +++ b/2017/includes/register-now.html @@ -1,7 +1,9 @@ - - Register now - -

    - gratis for members and students! -

    +
    + + Register now + +

    + gratis for members and students! +

    +
    -- 2.25.1