Clean css/code

This commit is contained in:
Laurent Destailleur 2017-10-28 11:00:02 +02:00
parent 9a5d532786
commit 1a49a2bb94
7 changed files with 19 additions and 6 deletions

View File

@ -267,7 +267,7 @@ if (!empty($conf->global->MAIN_EASTER_EGG_COMMITSTRIP)) {
<?php if ($main_home)
{
?>
<div class="center login_main_home" style="max-width: 70%">
<div class="center login_main_home paddingtopbottom <?php echo empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' backgroundsemitransparent'; ?>" style="max-width: 70%">
<?php echo $main_home; ?>
</div><br>
<?php

View File

@ -160,11 +160,11 @@ if (! empty($morelogincontent)) {
</form>
<div class="center login_main_home" style="max-width: 70%">
<div class="center login_main_home paddingtopbottom<?php echo empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' backgroundsemitransparent'; ?>" style="max-width: 70%">
<?php if ($mode == 'dolibarr' || ! $disabled) { ?>
<font style="font-size: 12px;">
<span class="passwordmessagedesc">
<?php echo $langs->trans('SendNewPasswordDesc'); ?>
</font>
</span>
<?php }else{ ?>
<div class="warning" align="center">
<?php echo $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?>

View File

@ -26,8 +26,6 @@
<?php
if (empty($module)) $module='ecm';
print 'var indicatorBlockUI = \''.DOL_URL_ROOT."/theme/".$conf->theme."/img/working2.gif".'\';'."\n";
$openeddir='/';
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

View File

@ -661,6 +661,10 @@ div.myavailability {
padding-top: 4px;
padding-bottom: 4px;
}
.paddingtopbottom {
padding-top: 10px;
padding-bottom: 10px;
}
.checkallactions {
/* vertical-align: text-bottom;
margin-top: 6px; */
@ -1749,6 +1753,9 @@ table.login_table_securitycode tr td {
max-height: 90px;
}
div.backgroundsemitransparent {
background:rgba(255,255,255,0.6);
}
div.login_block {
position: absolute;
text-align: <?php print $right; ?>;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

View File

@ -667,6 +667,10 @@ div.myavailability {
padding-top: 4px;
padding-bottom: 4px;
}
.paddingtopbottom {
padding-top: 10px;
padding-bottom: 10px;
}
.checkallactions {
/*vertical-align: text-bottom;
margin-top: 6px;*/
@ -1114,6 +1118,10 @@ div.login_block {
top: auto;
z-index: 90;
}
div.backgroundsemitransparent {
background:rgba(255,255,255,0.6);
}
div.login_block {
/* position: initial !important;*/
display: none;