Changeset 3013

Show
Ignore:
Timestamp:
07/09/2008 06:45:13 AM (5 months ago)
Author:
Geert
Message:

Styling the "Profiler executed in 1s" part

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_profiler.php

    r2686 r3013  
    1515        font: inherit; 
    1616} 
     17#kohana-profiler .kp-meta 
     18{ 
     19        margin: 0 0 10px; 
     20        padding: 4px; 
     21        background: #FFF; 
     22        border: 1px solid #E5EFF8; 
     23        color: #A6B0B8; 
     24        text-align: center; 
     25} 
    1726<?php echo $styles ?> 
    1827</style> 
     
    2433} 
    2534?> 
    26 Profiler executed in <?php echo number_format($execution_time, 3) ?>s 
     35<p class="kp-meta">Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 
    2736</div>