Changeset 198153
- Timestamp:
- 01/26/2010 01:40:52 AM (16 years ago)
- Location:
- the-events-calendar/trunk
- Files:
-
- 2 edited
-
resources/images/logo_eventbrite.png (modified) (previous)
-
views/events-meta-box.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
the-events-calendar/trunk/views/events-meta-box.php
r198098 r198153 60 60 } 61 61 .eventForm h4 { 62 font-size:1. 1em;62 font-size:1.2em; 63 63 margin:2em 0 1em; 64 64 } … … 79 79 } 80 80 </style> 81 81 <div id="eventIntro"> 82 82 <h2><?php _e('Event Details:',$this->pluginDomain); ?></h2> 83 83 <?php do_action('sp_events_errors', $postId ); ?> 84 <div>85 84 <?php _e('Is this post an event?',$this->pluginDomain); ?> 86 85 <input tabindex="2001" type='radio' name='isEvent' value='yes' <?php echo $isEventChecked; ?> /> <b>Yes</b> … … 272 271 </tr> 273 272 <tr> 274 <td><?php _e('Sub-category:',$this->pluginDomain); ?></td>275 <td><?php _e('<em>To assign this event to a custom sub-category, use the Wordpress categories chooser in the sidebar.</em>',$this->pluginDomain); ?></td>276 </tr>277 <tr>278 273 <td colspan="2" class="snp_sectionheader"><h4>Event Cost</h4></td> 279 274 </tr> … … 332 327 #eventDetails .snp_brand{ 333 328 font-weight: normal; 334 margin: 5px 0;329 margin:8px 0; 335 330 font-family: Georgia !important; 336 331 font-size:17px !important; … … 351 346 #eventBriteTicketing{ 352 347 background: url('/testing/wp-content/plugins/the-events-calendar/resources/images/bg_fade.png') repeat-x top left; 353 padding -top:5px;348 padding:10px 6px; 354 349 border-top:1px solid #e2e2e2; 355 350 margin-top:20px; 351 margin-left:-6px; 352 margin-right:-6px; 356 353 } 357 354 … … 360 357 height:57px; 361 358 padding-top:5px; 362 margin-top:-5px; 363 margin-bottom:-10px; 359 margin-top:10px; 360 margin-bottom:-20px; 361 } 362 363 #eventIntro h2{ 364 margin-bottom: 0px !important; 364 365 } 365 366
Note: See TracChangeset
for help on using the changeset viewer.