Changeset 598820
- Timestamp:
- 09/14/2012 01:06:48 AM (14 years ago)
- Location:
- now-showing-at-local-venues/trunk
- Files:
-
- 2 edited
-
nearby-upcoming-events.php (modified) (2 diffs)
-
style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
now-showing-at-local-venues/trunk/nearby-upcoming-events.php
r598262 r598820 2 2 /* 3 3 Plugin Name: Now Showing at Local Venues - Nearby Upcoming Events 4 Plugin URI: http://l ivelakeaustin.com/now-showing-at-local-venues4 Plugin URI: http://lakeaustinrealty360.com/now-showing-at-local-venues 5 5 Description: 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. 16 Version: 1.0.2 7 7 Author: Josh Davis 8 8 Author URI: http://josh.dvvvvvvvv.com/ … … 379 379 } 380 380 } 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>'; 382 382 return $returnstring; 383 383 -
now-showing-at-local-venues/trunk/style.css
r562136 r598820 118 118 } 119 119 120 .eventful-badge,121 .eventful-badge * {120 #nue_events .eventful-badge, 121 #nue_events .eventful-badge * { 122 122 margin: 0; 123 123 padding: 0 !important; 124 124 border: 0 !important; 125 text-align: center!important;125 text-align: right !important; 126 126 color: #CCC !important; 127 127 font-family: Arial !important; … … 131 131 .eventful-small { 132 132 position: relative !important; 133 width: 95px !important;134 133 font-size: 8px !important; 135 134 line-height: 8px !important; … … 138 137 #nue_events.slideshow .eventful-badge{ 139 138 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; 141 144 } 142 145 … … 145 148 white-space: nowrap; 146 149 } 147 148 #nue_footer{149 font-size: 10px;150 text-align: center;151 }
Note: See TracChangeset
for help on using the changeset viewer.