Plugin Directory

Changeset 598820


Ignore:
Timestamp:
09/14/2012 01:06:48 AM (14 years ago)
Author:
maxxsnake
Message:

Reduced size of Eventful logo

Location:
now-showing-at-local-venues/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • now-showing-at-local-venues/trunk/nearby-upcoming-events.php

    r598262 r598820  
    22/*
    33Plugin Name: Now Showing at Local Venues - Nearby Upcoming Events
    4 Plugin URI: http://livelakeaustin.com/now-showing-at-local-venues
     4Plugin URI: http://lakeaustinrealty360.com/now-showing-at-local-venues
    55Description: Now Showing at Local Venues displays a slideshow of upcoming events w/ photos & details for any location. Just type in your location and show events based on keyword, radius, date, category, popularity and/or relevancy.
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Josh Davis
    88Author URI: http://josh.dvvvvvvvv.com/
     
    379379       }
    380380    }
    381     $returnstring .= '</ul></div><!--// .inner --><div class="eventful-badge eventful-small"><img src="http://api.eventful.com/images/powered/eventful_58x20.gif" alt="Local Events, Concerts, Tickets"><p><a href="http://eventful.com/">Events</a> by Eventful</p></div><div class="clear"><!-- --></div><div class="eventful-badge eventful-small lla"><p><a href="http://livelakeaustin.com/now-showing-at-local-venues" target="_blank">Plugin</a> by <a href="http://livelakeaustin.com" target="_blank">Live Lake Austin</a></p></div><div class="clear"><!-- --></div></div>';
     381    $returnstring .= '</ul></div><!--// .inner --><div class="eventful-badge eventful-small"><img src="http://api.eventful.com/images/powered/eventful_58x20.gif" alt="Local Events, Concerts, Tickets"><p><a href="http://eventful.com/">Events</a> by Eventful</p></div><div class="clear"><!-- --></div><div class="eventful-badge eventful-small lla"><p>Plugin by <a href="http://lakeaustinrealty360.com" target="_blank">LakeAustinRealty360.com</a></p></div><div class="clear"><!-- --></div></div>';
    382382    return $returnstring;
    383383   
  • now-showing-at-local-venues/trunk/style.css

    r562136 r598820  
    118118}
    119119
    120 .eventful-badge,
    121 .eventful-badge * {
     120#nue_events .eventful-badge,
     121#nue_events .eventful-badge * {
    122122  margin: 0;
    123123  padding: 0 !important;
    124124  border: 0 !important;
    125   text-align: center !important;
     125  text-align: right !important;
    126126  color: #CCC !important;
    127127  font-family: Arial !important;
     
    131131.eventful-small {     
    132132  position: relative !important;
    133   width: 95px !important;
    134133  font-size: 8px !important;
    135134  line-height: 8px !important;
     
    138137#nue_events.slideshow .eventful-badge{
    139138    float: right;
    140     margin: 3px -2px 0px 0px !important;
     139    margin: 3px 0px 0px 0px !important;
     140}
     141
     142#nue_events.slideshow .eventful-badge img{
     143    width: 50px;
    141144}
    142145
     
    145148    white-space: nowrap;
    146149}
    147 
    148 #nue_footer{
    149     font-size: 10px;
    150     text-align: center;
    151 }
Note: See TracChangeset for help on using the changeset viewer.