From 4520300c450bcabc0a4f2182deb53de65b848296 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Thu, 20 Aug 2009 16:50:35 +0000
Subject: [PATCH] Added a link to the featured huskers in the top panel and
 created styles to go with it. Also added cursor:pointer to the divs on hover.

Need to update the href when available.
---
 .../views/default/customindex/content.php        |  2 +-
 customindex/views/default/customindex/css.php    | 16 +++++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index e51e3826..4823c3d9 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -24,7 +24,7 @@
 				<div class="splash_headline">		
 					<h4>Huskers Around the World</h4>
 					<p>
-					UNL community members are doing fantastic work around the world. Featured Huskers:
+					UNL community members are doing fantastic work around the world. <a href="#">Featured Huskers</a>:
 					</p>
 					
 					<!-- row 1 -->
diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php
index 3f1c624a..69f18b12 100644
--- a/customindex/views/default/customindex/css.php
+++ b/customindex/views/default/customindex/css.php
@@ -63,6 +63,18 @@
 		color:#666;
 		padding:12px 24px;
 	}
+	#headlines div.splash_headline a, #headlines div.splash_headline a {
+		text-decoration:none;
+		color:#cc0000!important;
+	}
+	#headlines>div.activepanel a, #headlines>div:hover a, #headlines>div.activepanel a:focus, #headlines>div:hover a:focus {
+		text-decoration:underline;
+		color:#fff!important;
+	}
+	#headlines div.splash_headline a:hover {
+		text-decoration:none;
+		color:#fff!important;
+	}
 /* original code for three equal panels on the right side
 	#headline1 div.splash_headline {
 		border:0 !important;
@@ -90,7 +102,9 @@ end three equal panels */
 	#headlines>div.activepanel h4, #headlines>div:hover h4{
 		color:#fff;
 	}
-	
+	#headlines>div:hover {
+		cursor:pointer;
+	}
 	
 	#posters {
 		position:relative;
-- 
GitLab