[Legacy] Save & Cancel Button Overlapping Styling Fixes

This commit is contained in:
balumahendran 2022-05-27 10:42:06 +05:30 committed by Clemente Raposo
parent 7e9f0a3233
commit 74689cc78e
9 changed files with 81 additions and 10 deletions

View file

@ -42,7 +42,7 @@
<form action="index.php" method="POST" name="{$form_name}" id="{$form_id}" {$enctype}>
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="product-edit-view-header">
<tr>
<td class="btn-products">
<td class="buttons">
<input type="hidden" name="module" value="{$module}">
{if isset($smarty.request.isDuplicate) && $smarty.request.isDuplicate eq "true"}
<input type="hidden" name="record" value="">

View file

@ -194,4 +194,6 @@
@import '../suitep-base/campaign-mobile.scss';
@import '../suitep-base/inboundemail-mobile.scss';
@import '../suitep-base/email-queue-mobile.scss';
@import '../suitep-base/aos-product.scss';
@import '../suitep-base/editview-actionbtn.scss';
//

View file

@ -0,0 +1,7 @@
.view-module-AOS_Products {
#EditView {
.buttons {
top: -3.4em;
}
}
}

View file

@ -0,0 +1,18 @@
.view-action-EditView {
.action-buttons {
top: -3.5em;
}
#save_and_continue.button {
background-color: $nepal-grey;
font-size: 13px;
font-weight: 700;
height: 2.2em;
line-height: 16px;
padding: .3em 1em;
text-transform: capitalize;
margin: .2em;
&:hover {
background: $pale-blue;
}
}
}

View file

@ -786,6 +786,7 @@ option[selected] {
position: absolute;
bottom: 0.2em;
right: 0;
height: min-content;
}
.actionbutton-footer {
@ -881,12 +882,12 @@ fieldset label {
border-radius: $border-radius-base;
}
table#tabFormPagination td{
table#tabFormPagination td {
margin-bottom: 0;
border-bottom: none;
}
#tabFormPagination{
#tabFormPagination {
margin-bottom: 0;
border-bottom: none;
}
@ -5750,4 +5751,4 @@ table.subpanel-table .pagination li.single > #formprojects_project_tasks {
background-size: 25px 11px;
border-color: $bright-grey;
}
}
}

View file

@ -7,7 +7,6 @@
.action-buttons {
position: absolute;
right: 0;
margin-top: -3.3em;
}
.mandatory-txt {
padding-top: 0.5em;

View file

@ -3624,3 +3624,32 @@ ul.clickMenu > li > span.searchAppliedAlert {
display: inline-block;
}
}
//Legacy Listview Bottom Buttons Styling - Global fix
.view-action-index {
.listViewButtons {
.button {
background-color: $nepal-grey;
font-size: 13px;
font-weight: 700;
height: 2.2em;
line-height: 16px;
padding: .3em 1em;
text-transform: capitalize;
margin: .2em;
&:hover {
background: $pale-blue;
}
}
}
}
//Legacy Listview Bottom dropdown styling- Global fix
#mass_update_table {
select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;
max-width: 100%;
}
}

View file

@ -52,7 +52,13 @@ hr.spacer {
}
/* Projects Resource Panel Edit View */
.view-module-Project {
.view-module-Project {
#EditView {
.buttons {
position: absolute;
top: -0.8em;
}
}
#scheduler .schedulerDiv {
padding-top: 0;
margin-top: 1em;
@ -124,3 +130,11 @@ hr.spacer {
}
/* Projects Resource Panel Edit View Ends here */
.view-module-AM_ProjectTemplates {
#EditView {
.buttons {
top: -0.8em;
}
}
}

View file

@ -1,8 +1,9 @@
.view-module-AOR_Reports {
.action_buttons{
margin-top: -1em;
top: -2.5em;
}
#EditView {
.buttons {
top: -0.8em;
}
}
.panel {
margin-top: 0;
}