mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
Filter Panel Alignment space changes
This commit is contained in:
parent
4f8d734e58
commit
0ca4b558d5
7 changed files with 18 additions and 20 deletions
|
@ -106,7 +106,7 @@ button {
|
|||
|
||||
.action-group {
|
||||
float: right;
|
||||
margin: 0.3em;
|
||||
margin: 0.3em 0;
|
||||
|
||||
.dropdown:hover .dropdown-menu {
|
||||
display: block;
|
||||
|
@ -274,7 +274,7 @@ button {
|
|||
.pagination-button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
margin: 0.3em 0 0 0;
|
||||
margin: 0.4em 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -325,10 +325,9 @@ button.settings-button.dropdown-toggle::after {
|
|||
}
|
||||
|
||||
.close-button {
|
||||
font-size: 1.25em;
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
margin-right: 1em;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
display: inline-flex;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
color: $shell-grey;
|
||||
font-size: 1.8em;
|
||||
font-weight: 300;
|
||||
margin: 1em;
|
||||
margin: 1em 0.7em;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -28,9 +28,6 @@
|
|||
|
||||
.list-view-container {
|
||||
font-size: 0.85em;
|
||||
padding-top: 1em;
|
||||
padding-left: 1.6em;
|
||||
padding-right: 1.6em;
|
||||
margin-bottom: 4em;
|
||||
}
|
||||
|
||||
|
@ -326,8 +323,8 @@ td.list-group-icon {
|
|||
.list-view-hr-container {
|
||||
font-size: 0.85em;
|
||||
padding-top: 0.6em;
|
||||
padding-left: 1.6em;
|
||||
padding-right: 1.6em;
|
||||
padding-left: 1.2em;
|
||||
padding-right: 1.2em;
|
||||
}
|
||||
|
||||
.responsive-top-row .responsive-header-link {
|
||||
|
@ -382,7 +379,7 @@ td {
|
|||
}
|
||||
|
||||
.pagination-count {
|
||||
vertical-align: text-bottom;
|
||||
vertical-align: super;
|
||||
margin: 0 0.3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.view-container {
|
||||
font-size: 0.85em;
|
||||
padding-left: 1.6em;
|
||||
padding-right: 1.6em;
|
||||
}
|
||||
.small-font {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!-- Start List View Container Section -->
|
||||
|
||||
<div *ngIf="(vm$ | async) as vm" class="list-view-container container-fluid">
|
||||
<div *ngIf="(vm$ | async) as vm" class="list-view-container container-fluid pt-2">
|
||||
<div class="row">
|
||||
<div [ngClass]="{ 'col-lg-12': !getDisplayWidgets() }" class="col-lg-9">
|
||||
<scrm-table [config]="tableConfig"></scrm-table>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<scrm-module-title class="list-view-title" [title]="moduleTitle"></scrm-module-title>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="row mr-1 ml-1">
|
||||
<div class="row mr-0 ml-1">
|
||||
<div class="w-100">
|
||||
<scrm-action-menu></scrm-action-menu>
|
||||
</div>
|
||||
|
@ -40,7 +40,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="showFilters" class="container-fluid view-container pt-3">
|
||||
<div class="list-view-hr-container">
|
||||
<hr class="list-view-hr">
|
||||
</div>
|
||||
<div *ngIf="showFilters" class="container-fluid pt-2 small-font">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<scrm-list-filter></scrm-list-filter>
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<!-- Start List View Section -->
|
||||
<div class="list-view" *ngIf="(vm$ | async) as vm">
|
||||
<scrm-list-header></scrm-list-header>
|
||||
<div class="list-view-hr-container">
|
||||
<hr class="list-view-hr">
|
||||
</div>
|
||||
<scrm-list-header></scrm-list-header>
|
||||
<scrm-list-container></scrm-list-container>
|
||||
</div>
|
||||
<!-- End List View Section -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- Start Record View Container Section -->
|
||||
|
||||
<div *ngIf="(vm$ | async) as vm"
|
||||
class="record-view-container view-container container-fluid pt-3">
|
||||
class="record-view-container view-container container-fluid pt-3 small-font">
|
||||
<div class="row">
|
||||
<div class="col-lg-9" [ngClass]="{ 'col-lg-12': !vm.sidebarWidgetConfig.show }">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue