Changeset 15896

Show
Ignore:
Timestamp:
03/30/08 14:27:22 (8 months ago)
Author:
flack
Message:

small interface change and associated css updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midgard.admin.asgard/static/screen.css

    r15845 r15896  
    192192  margin-left: -0.5em; 
    193193  margin-right: -0.5em; 
    194   margin-top: -0.5em; 
    195194  margin-bottom: 0; 
    196195  -moz-border-radius: 6px; 
     
    453452  padding: 0.4em 1em; 
    454453  line-height: 22px; 
    455   -moz-border-radius: 6px; 
    456   -webkit-border-radius: 6px; 
     454  -moz-border-radius-bottomleft: 6px; 
     455  -webkit-border-bottom-left-radius: 6px; 
     456  -moz-border-radius-bottomright: 6px; 
     457  -webkit-border-bottom-right-radius: 6px; 
    457458} 
    458459 
     
    509510#breadcrumb 
    510511{ 
    511   margin-bottom: 1em; 
     512  margin-bottom: 0.5em; 
    512513  font-size: 90%; 
    513514  border-bottom: solid 1px black; 
  • trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_middle.php

    r15787 r15896  
    1717                </div> 
    1818                <div id="content"> 
     19 
     20                    <div id="breadcrumb"> 
     21                        <?php 
     22                        $nap = new midcom_helper_nav(); 
     23                        echo $nap->get_breadcrumb_line(" &gt; ", null, 1); 
     24                        ?> 
     25                    </div> 
     26 
     27 
     28                    <?php 
     29                    $_MIDCOM->uimessages->show_simple(); 
     30                    ?> 
     31 
    1932                    <div class="page-title"> 
    2033                        <?php 
     
    6578                        ?> 
    6679                    </div> 
    67  
    68                     <?php 
    69                     $_MIDCOM->uimessages->show_simple(); 
    70                     ?> 
    71  
    72                     <div id="breadcrumb"> 
    73                         <?php 
    74                         $nap = new midcom_helper_nav(); 
    75                         echo $nap->get_breadcrumb_line(" &gt; ", null, 1); 
    76                         ?> 
    77                     </div> 
    7880<?php 
    7981$toolbar_style = ''; 
     
    119121 
    120122                    </div> 
     123 
    121124                    <div id="content-text">