Changeset 15896
- Timestamp:
- 03/30/08 14:27:22 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midgard.admin.asgard/static/screen.css
r15845 r15896 192 192 margin-left: -0.5em; 193 193 margin-right: -0.5em; 194 margin-top: -0.5em;195 194 margin-bottom: 0; 196 195 -moz-border-radius: 6px; … … 453 452 padding: 0.4em 1em; 454 453 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; 457 458 } 458 459 … … 509 510 #breadcrumb 510 511 { 511 margin-bottom: 1em;512 margin-bottom: 0.5em; 512 513 font-size: 90%; 513 514 border-bottom: solid 1px black; trunk/midcom/midgard.admin.asgard/style/midgard_admin_asgard_middle.php
r15787 r15896 17 17 </div> 18 18 <div id="content"> 19 20 <div id="breadcrumb"> 21 <?php 22 $nap = new midcom_helper_nav(); 23 echo $nap->get_breadcrumb_line(" > ", null, 1); 24 ?> 25 </div> 26 27 28 <?php 29 $_MIDCOM->uimessages->show_simple(); 30 ?> 31 19 32 <div class="page-title"> 20 33 <?php … … 65 78 ?> 66 79 </div> 67 68 <?php69 $_MIDCOM->uimessages->show_simple();70 ?>71 72 <div id="breadcrumb">73 <?php74 $nap = new midcom_helper_nav();75 echo $nap->get_breadcrumb_line(" > ", null, 1);76 ?>77 </div>78 80 <?php 79 81 $toolbar_style = ''; … … 119 121 120 122 </div> 123 121 124 <div id="content-text">
