@@ -2045,4 +2045,11 @@ button.arrowl {
background-repeat:no-repeat;
padding-left:20px;
padding-bottom:2px;
+}
+.portal {
+ background-image:url(images/portal.png);
+ background-repeat:no-repeat;
+ padding-left:28px;
+ padding-bottom:10px;
+ padding-top:8px;
}
@@ -2043,4 +2043,11 @@ button.arrowl {
@@ -2491,4 +2491,11 @@ button.arrowl {
@@ -2492,4 +2492,11 @@ button.arrowl {
@@ -2057,4 +2057,11 @@ button.arrowl {
@@ -2073,4 +2073,11 @@ button.arrowl {
@@ -2786,4 +2786,11 @@ button.arrowl {
@@ -2827,4 +2827,11 @@ button.arrowl {
@@ -2743,4 +2743,11 @@ button.arrowl {
@@ -2782,4 +2782,11 @@ button.arrowl {
@@ -2464,4 +2464,11 @@ button.arrowl {
@@ -2806,4 +2806,11 @@ button.arrowl {
@@ -1164,7 +1164,7 @@ function display_after_install_message($installType, $nbr_courses)
</form>
- <a href="../../index.php"><?php echo get_lang('GoToYourNewlyCreatedPortal'); ?></a>
+ <a class="portal" href="../../index.php"><?php echo get_lang('GoToYourNewlyCreatedPortal'); ?></a>
<?php
@@ -588,7 +588,7 @@ class ActionProcess extends HTML_QuickForm_Action
echo '</pre>';
$page->controller->container(true);
?>
</div>
</body>
</html>