diff --git a/index.php b/index.php index d2b9f3b..0ec40bb 100755 --- a/index.php +++ b/index.php @@ -1310,12 +1310,13 @@ function replaceNewUpdater() margin-bottom: 9px; } - li.migrate { + li.migrate a { color: #253746; font-family: Montserrat, SemiBold; font-size: 18px; letter-spacing: 0.3px; margin-bottom: 20px; + text-decoration: none; } #success-message { @@ -1390,36 +1391,6 @@ function replaceNewUpdater() padding: 1px 10px; } - .rotate { - -moz-transition: all 1.5s ease-out; - -webkit-transition: all 1.5s ease-out; - transition: all 1.5s ease-out; - - } - - .rotate.down { - -moz-transform: rotate(180deg); - -webkit-transform: rotate(180deg); - transform: rotate(180deg); - transition: all 1.5s ease-out; - } - - .arrow-up { - width: 21px; - height: 12px; - background-image: url(images/arrow_up.png); - background-repeat: no-repeat; - margin: 0 auto; - } - - .arrow-down { - width: 21px; - height: 12px; - background-image: url(images/arrow_down.png); - background-repeat: no-repeat; - margin: 0 auto; - } - .listItems { background-image: url('images/check.svg'); background-repeat: no-repeat; @@ -1506,6 +1477,17 @@ function replaceNewUpdater() padding-left: 28%; } + #arrowdown { + width: 21px; + height: 12px; + background-image: url(images/arrow_down.png); + background-repeat: no-repeat; + margin: 0 auto; + -moz-transition: all 1.5s ease-out; + -webkit-transition: all 1.5s ease-out; + -o-transition: all 1.5s ease-out; + transition: all 1.5s ease-out; + }
@@ -1720,10 +1702,9 @@ function replaceNewUpdater()