This commit is contained in:
Laurent Destailleur 2017-10-21 12:25:51 +02:00
parent 19a5780f7f
commit e74aae18eb

View File

@ -1752,8 +1752,8 @@ table.login_table_securitycode tr td {
div.login_block { div.login_block {
position: absolute; position: absolute;
text-align: <?php print $right; ?>; text-align: <?php print $right; ?>;
<?php print $right; ?>: 5px; <?php print $right; ?>: 0;
top: 4px; top: 0;
font-weight: bold; font-weight: bold;
max-width: <?php echo $maxwidthloginblock; ?>px; max-width: <?php echo $maxwidthloginblock; ?>px;
<?php if (GETPOST('optioncss','aZ09') == 'print') { ?> <?php if (GETPOST('optioncss','aZ09') == 'print') { ?>
@ -1780,6 +1780,7 @@ div.login a:hover {
} }
div.login_block_user { div.login_block_user {
display: inline-block; display: inline-block;
padding-top: 3px;
<?php if (empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { ?> <?php if (empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { ?>
min-width: 120px; min-width: 120px;
<?php } ?> <?php } ?>
@ -4901,16 +4902,17 @@ div.tabsElem a.tab {
padding-right: 20px; padding-right: 20px;
padding-bottom: 16px; padding-bottom: 16px;
<?php } else { ?> <?php } else { ?>
padding-top: 10px; padding-top: 5px;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-bottom: 5px;
<?php } ?> <?php } ?>
top: inherit !important; top: inherit !important;
left: 0 !important; left: 0 !important;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
background: #FFF; background: #FFF;
height: 42px; height: 50px;
z-index: 202; z-index: 202;
min-width: 190px; min-width: 190px;