Clean css/code
This commit is contained in:
parent
9a5d532786
commit
1a49a2bb94
@ -267,7 +267,7 @@ if (!empty($conf->global->MAIN_EASTER_EGG_COMMITSTRIP)) {
|
|||||||
<?php if ($main_home)
|
<?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; ?>
|
<?php echo $main_home; ?>
|
||||||
</div><br>
|
</div><br>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
@ -160,11 +160,11 @@ if (! empty($morelogincontent)) {
|
|||||||
</form>
|
</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) { ?>
|
<?php if ($mode == 'dolibarr' || ! $disabled) { ?>
|
||||||
<font style="font-size: 12px;">
|
<span class="passwordmessagedesc">
|
||||||
<?php echo $langs->trans('SendNewPasswordDesc'); ?>
|
<?php echo $langs->trans('SendNewPasswordDesc'); ?>
|
||||||
</font>
|
</span>
|
||||||
<?php }else{ ?>
|
<?php }else{ ?>
|
||||||
<div class="warning" align="center">
|
<div class="warning" align="center">
|
||||||
<?php echo $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?>
|
<?php echo $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?>
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
<?php
|
<?php
|
||||||
if (empty($module)) $module='ecm';
|
if (empty($module)) $module='ecm';
|
||||||
|
|
||||||
print 'var indicatorBlockUI = \''.DOL_URL_ROOT."/theme/".$conf->theme."/img/working2.gif".'\';'."\n";
|
|
||||||
|
|
||||||
$openeddir='/';
|
$openeddir='/';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 673 B |
@ -661,6 +661,10 @@ div.myavailability {
|
|||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
.paddingtopbottom {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
.checkallactions {
|
.checkallactions {
|
||||||
/* vertical-align: text-bottom;
|
/* vertical-align: text-bottom;
|
||||||
margin-top: 6px; */
|
margin-top: 6px; */
|
||||||
@ -1749,6 +1753,9 @@ table.login_table_securitycode tr td {
|
|||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.backgroundsemitransparent {
|
||||||
|
background:rgba(255,255,255,0.6);
|
||||||
|
}
|
||||||
div.login_block {
|
div.login_block {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: <?php print $right; ?>;
|
text-align: <?php print $right; ?>;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 673 B |
@ -667,6 +667,10 @@ div.myavailability {
|
|||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
.paddingtopbottom {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
.checkallactions {
|
.checkallactions {
|
||||||
/*vertical-align: text-bottom;
|
/*vertical-align: text-bottom;
|
||||||
margin-top: 6px;*/
|
margin-top: 6px;*/
|
||||||
@ -1114,6 +1118,10 @@ div.login_block {
|
|||||||
top: auto;
|
top: auto;
|
||||||
z-index: 90;
|
z-index: 90;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.backgroundsemitransparent {
|
||||||
|
background:rgba(255,255,255,0.6);
|
||||||
|
}
|
||||||
div.login_block {
|
div.login_block {
|
||||||
/* position: initial !important;*/
|
/* position: initial !important;*/
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user