Example #1
0
#storeHeaderRightContainer { width:64%; float:right; font-family:Arial; }
#storeSearchContainer { float:right; width:45%; }
#storeFilterContainer { float:left; width:45%; }
.version-tag { position:absolute; right:-10px; bottom:-6px; opacity:0.5; }
.tag { font-size:.8em; }
#dataTable TD { border: none; cursor: pointer; }

/* nav menu */
.store-type-selected { border-left-width: 4px !important; border-color: #00569c !important; padding-left:27px !important; height: 28px !important; }
.message-menu > li > a, li.message-menu > a { margin: -3px -65px -10px -30px; min-height: 0; }
.message-menu > li > a:hover, .no-touch li.message-menu > a:hover { min-height: 28px; }
.message-menu > li, li.message-menu { line-height: 10px; }

.info-bubble { min-width: 280px !important; }
<?php 
$typesArr = lC_Store_Admin::getAllTypes();
foreach ($typesArr as $key => $value) {
    echo ".store-menu-" . strtolower(str_replace(' ', '-', $value['text'])) . " { background-size:16px 16px !important; background: url('templates/default/img/icons/16/" . $value['icon'] . "') no-repeat scroll 8px 15px transparent !important; }";
}
?>
   
</style>
<section role="main" id="main">
  <noscript class="message black-gradient simpler"><?php 
echo $lC_Language->get('ms_error_javascript_not_enabled_warning');
?>
</noscript>
  <hgroup id="main-title" class="thin">
    <h1><?php 
echo $lC_Template->getPageTitle();
?>