Changeset 143

Show
Ignore:
Timestamp:
08/24/10 11:12:12 (18 months ago)
Author:
gnum
Message:

Some minor visual tweaks.

Location:
trunk/views/default/edufeedr
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/views/default/edufeedr/css.php

    r122 r143  
    241241 
    242242#edufeedr_educourse_de_table { 
    243     padding-bottom: 15px; 
     243        padding-bottom: 15px; 
     244    min-width: 730px; 
    244245} 
    245246 
    246247#edufeedr_educourse_de_table td {  
    247248    background: none repeat scroll 0 0 #EEEEEE; 
     249} 
     250 
     251#edufeedr_educourse_bc_table { 
     252    min-width: 730px; 
    248253} 
    249254 
  • trunk/views/default/edufeedr/educourse_blog.php

    r135 r143  
    99                $body .= elgg_view('edufeedr/educourse_de', array('entity'=> $vars['entity'])); 
    1010 
    11         $body .= '<table>'; 
     11        $body .= '<table id="edufeedr_educourse_bc_table">'; 
    1212        $body .= '<tr><td style="padding-right: 10px;">'; 
    1313        /*translation:Blog posts*/ 
     
    9595 
    9696                                if ($comment['post_id']) { 
     97                                        $chtml .= '<div class="clearfloat"></div>'; 
    9798                                        /*translation:read the post*/ 
    9899                                        $chtml .= '<a href="'.$vars['url'].'pg/edufeedr/view_post/'.$vars['entity']->getGUID().'/'.$comment['post_id'].'">' . elgg_echo('edufeedr:read:the:blogpost') . '</a>';