Change de menu_tab_left header style and checkboxes size - #54 #98

This commit is contained in:
enriquecd 2016-10-24 13:34:08 +02:00
parent 16c69d615a
commit 6f028ddd79
2 changed files with 9 additions and 7 deletions

View File

@ -2411,7 +2411,7 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "",
} }
$buffer = '<div id="'.$type2.'" style="font-size:9pt;text-transform:uppercase;font-weight:100;letter:spacing:1px;"><div id="menu_tab_left">'; $buffer = '<div id="'.$type2.'" style=""><div id="menu_tab_left">';
$buffer .= '<ul class="mn"><li class="' . $type . '">&nbsp;' . '&nbsp; '; $buffer .= '<ul class="mn"><li class="' . $type . '">&nbsp;' . '&nbsp; ';

View File

@ -957,10 +957,10 @@ tr.datos2b:hover, tr.datos2_id:hover, tr.datos2f9:hover {
td input[type=checkbox] td input[type=checkbox]
{ {
/* Double-sized Checkboxes */ /* Double-sized Checkboxes */
-ms-transform: scale(1.3); /* IE */ /*-ms-transform: scale(1.3); /* IE */
-moz-transform: scale(1.3); /* FF */ /*-moz-transform: scale(1.3); /* FF */
-o-transform: scale(1.3); /* Opera */ /*-o-transform: scale(1.3); /* Opera */
-webkit-transform: scale(1.3); /* Safari and Chrome */ /*-webkit-transform: scale(1.3); /* Safari and Chrome */
padding: 10px; padding: 10px;
margin-top: 2px; margin-top: 2px;
display: table-cell; display: table-cell;
@ -1248,13 +1248,14 @@ div.title_line {
max-height: 26px; max-height: 26px;
} }
#menu_tab_left li a, #menu_tab_left li span { #menu_tab_left li a, #menu_tab_left li span {
/*text-transform: uppercase; */ text-transform: uppercase;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
color: #fff; color: #fff;
font-size: 9pt; font-size: 9pt;
line-height: 20px; line-height: 20px;
letter-spacing:1px; letter-spacing:1px;
font-family: verdana; font-family: verdana, sans-serif;
} }
#menu_tab_left .mn li a { #menu_tab_left .mn li a {
display: block; display: block;
@ -1264,6 +1265,7 @@ div.title_line {
padding: 2px 10px 2px 10px; padding: 2px 10px 2px 10px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
font-weight: 100;
line-height: 18px; line-height: 18px;
display: none; display: none;
} }