Skip to content
Snippets Groups Projects
Commit 3ba73e8e authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

fixed the wire post comment bubble point that had gone missing, updated splash text a little

parent afc4a3fe
No related branches found
No related tags found
No related merge requests found
customindex/commentbubblepoint.png

651 B

......@@ -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. <a href="#">Featured Huskers</a>:
UNL community members are doing fantastic work around the world. <a href="featured/">Featured Huskers</a>:
</p>
<!-- row 1 -->
......@@ -179,7 +179,7 @@
<div class="splash_headline">
<h4>Put Yourself On The Map</h4>
<p>
All members of the University of Nebraska-Lincoln community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>.
All members of the UNL community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>.
</p>
</div>
</div>
......@@ -339,7 +339,7 @@
echo '<div class="index_item" style="overflow:hidden;float:left;max-width:';
if (isloggedin()) {echo('400px;');}else{echo('162px;');}
echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
echo ' <span style="background:url(mod/customindex/commentbubble/point.png); width:14px; height:34px; z-index:2; position:absolute; left:';
echo ' <span style="background:url(mod/customindex/commentbubblepoint.png); width:14px; height:34px; z-index:2; position:absolute; left:';
if (isloggedin()) {echo('303px;');}else{echo('51px;');}
echo '"></span>';
echo ' <div style="padding:10px;">';
......
......@@ -27,11 +27,14 @@
<script type="text/javascript">
function showLinks() {
WDN.jQuery("#promoVideoList").show();
};
WDN.jQuery(window).load(function(){WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");WDN.jQuery("#promoVideoList").hide();});
function showLinks() {
WDN.jQuery("#promoVideoList").show();
};
WDN.jQuery(window).load(function(){
WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");
WDN.jQuery("#promoVideoList").hide();
});
WDN.jQuery(document).ready(function(){
WDN.jQuery("#headlines>div").click(function(){
panelClicked = WDN.jQuery(this).attr("id").split('headline')[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment