Plugin Directory

Changeset 198153


Ignore:
Timestamp:
01/26/2010 01:40:52 AM (16 years ago)
Author:
reid.peifer
Message:

continued admin clean up

Location:
the-events-calendar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • the-events-calendar/trunk/views/events-meta-box.php

    r198098 r198153  
    6060    }
    6161    .eventForm h4 {
    62         font-size:1.1em;
     62        font-size:1.2em;
    6363        margin:2em 0 1em;
    6464    }
     
    7979    }
    8080</style>
    81 
     81<div id="eventIntro">
    8282<h2><?php _e('Event Details:',$this->pluginDomain); ?></h2>
    8383<?php do_action('sp_events_errors', $postId ); ?>
    84 <div>
    8584    <?php _e('Is this post an event?',$this->pluginDomain); ?>&nbsp;
    8685    <input tabindex="2001" type='radio' name='isEvent' value='yes' <?php echo $isEventChecked; ?> />&nbsp;<b>Yes</b>
     
    272271        </tr>
    273272        <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>
    278273            <td colspan="2" class="snp_sectionheader"><h4>Event Cost</h4></td>
    279274        </tr>
     
    332327    #eventDetails .snp_brand{
    333328        font-weight: normal;
    334         margin:5px 0;
     329        margin:8px 0;
    335330        font-family: Georgia !important;
    336331        font-size:17px !important;
     
    351346    #eventBriteTicketing{
    352347        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;
    354349        border-top:1px solid #e2e2e2;
    355350        margin-top:20px;
     351        margin-left:-6px;
     352        margin-right:-6px;
    356353    }
    357354   
     
    360357        height:57px;
    361358        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;
    364365    }
    365366   
Note: See TracChangeset for help on using the changeset viewer.