2013-04-29 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css include/functions_ui.php: Fixed various styles of header icons and tabs git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8084 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
eab7124396
commit
3dd7e0babf
|
@ -1,3 +1,9 @@
|
|||
2013-04-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
include/functions_ui.php: Fixed various styles of
|
||||
header icons and tabs
|
||||
|
||||
2013-04-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/update_manager/update_pandora.php: cleaned source code
|
||||
|
|
|
@ -2123,7 +2123,11 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
|
|||
if (is_array($options)) {
|
||||
$buffer .= '<div id="menu_tab"><ul class="mn">';
|
||||
foreach ($options as $key => $option) {
|
||||
if ($key === 'separator') {
|
||||
if(empty($option)) {
|
||||
continue;
|
||||
}
|
||||
else if ($key === 'separator') {
|
||||
continue;
|
||||
//$buffer .= '<li class='.$separator_class.'>';
|
||||
//$buffer .= '</li>';
|
||||
}
|
||||
|
|
|
@ -1984,6 +1984,10 @@ div#pandora_logo_header {
|
|||
float: left;
|
||||
}
|
||||
|
||||
#header_table img {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.disabled_module {
|
||||
color: #aaa;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue