mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix demo shell pagination style (#2265)
Add missing properties about the pagination inside the tasklist readme
This commit is contained in:
committed by
Mario Romano
parent
96ad7e4bb0
commit
acbba18e22
@@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.activiti-demo-grid-item {
|
||||
margin: 8px;
|
||||
margin: 4px;
|
||||
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
|
||||
background-color: #f5f5f5;
|
||||
padding: 10px 10px 10px 10px;
|
||||
@@ -59,14 +59,14 @@
|
||||
}
|
||||
|
||||
.activiti-demo-tasks-list {
|
||||
min-width: 300px;
|
||||
min-width: 510px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.activiti-demo-tasks-details,
|
||||
.activiti-demo-tasks-start {
|
||||
flex-grow: 1;
|
||||
min-width: 730px;
|
||||
min-width: 680px;
|
||||
}
|
||||
|
||||
.activiti-demo-tasks-menu >>> .mat-list .mat-list-item .mat-list-item-content {
|
||||
@@ -103,4 +103,8 @@
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
background-color: rgba(0,0,0,.05);
|
||||
}
|
||||
}
|
||||
|
||||
.adf-pagination {
|
||||
color: black;
|
||||
}
|
||||
|
Reference in New Issue
Block a user