mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Save & Cancel Button Overlapping Styling Fixes
This commit is contained in:
parent
7e9f0a3233
commit
74689cc78e
9 changed files with 81 additions and 10 deletions
|
@ -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="">
|
||||
|
|
|
@ -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';
|
||||
//
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.view-module-AOS_Products {
|
||||
#EditView {
|
||||
.buttons {
|
||||
top: -3.4em;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -786,6 +786,7 @@ option[selected] {
|
|||
position: absolute;
|
||||
bottom: 0.2em;
|
||||
right: 0;
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.actionbutton-footer {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
.action-buttons {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin-top: -3.3em;
|
||||
}
|
||||
.mandatory-txt {
|
||||
padding-top: 0.5em;
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
|
@ -53,6 +53,12 @@ hr.spacer {
|
|||
/* Projects Resource Panel Edit View */
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
.view-module-AOR_Reports {
|
||||
.action_buttons{
|
||||
margin-top: -1em;
|
||||
top: -2.5em;
|
||||
#EditView {
|
||||
.buttons {
|
||||
top: -0.8em;
|
||||
}
|
||||
}
|
||||
.panel {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue