Skip to content

Commit fbf284e

Browse files
css fixes
1 parent 1cab230 commit fbf284e

File tree

11 files changed

+9
-103
lines changed

11 files changed

+9
-103
lines changed

src/app/components/admin-app/admin-app-template-search/admin-app-template-search.component.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
width: 600px;
1010
}
1111

12-
.mat-table {
13-
overflow: auto;
14-
max-height: 700px;
15-
}
16-
17-
.mat-button-focus-overlay {
18-
background-color: transparent;
19-
}
20-
2112
.button-end {
2213
margin-left: 40px;
2314
}
@@ -28,10 +19,6 @@
2819
margin-right: 10px;
2920
}
3021

31-
.mat-cell {
32-
padding-right: 0;
33-
}
34-
3522
.sp-icon {
3623
margin-left: 10px;
3724
}

src/app/components/admin-app/admin-role-permission-search/admin-role-permission-search.component.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
width: 600px;
1919
}
2020

21-
.mat-table {
22-
overflow: auto;
23-
max-height: 600px;
24-
}
25-
26-
.mat-button-focus-overlay {
27-
background-color: transparent;
28-
}
29-
3021
.button-end {
3122
margin-right: 10px;
3223
margin-left: 60px;

src/app/components/admin-app/admin-user-search/admin-user-search.component.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@
66
width: 600px;
77
}
88

9-
.mat-table {
10-
overflow: auto;
11-
}
12-
13-
.mat-button-focus-overlay {
14-
background-color: transparent;
15-
}
16-
17-
.mat-cell {
18-
padding-right: 0;
19-
}
20-
219
.mat-expansion-panel-header {
2210
padding-left: 0;
2311
}

src/app/components/admin-app/admin-view-search/admin-view-search.component.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
align-content: center;
1010
}
1111

12-
.mat-table {
13-
overflow: auto;
14-
max-height: 700px;
15-
}
16-
1712
.button-end {
1813
margin-left: 100px;
1914
}

src/app/components/admin-app/app-admin-subscription-search/app-admin-subscription-search.component.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Copyright 2021 Carnegie Mellon University. All Rights Reserved.
22
// Released under a MIT (SEI)-style license. See LICENSE.md in the project root for license information.
33

4-
.mat-table {
5-
overflow: auto;
6-
max-height: 700px;
7-
}
8-
94
.button-end {
105
margin-left: 25px;
116
margin-right: 25px;

src/app/components/home-app/view-list/view-list.component.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@
1919
font-size: x-large;
2020
}
2121

22-
.mat-header-cell {
23-
font-size: medium;
24-
}
25-
26-
.mat-table {
27-
overflow: auto;
28-
max-height: 700px;
29-
width: 100%;
30-
}
31-
3222
.app-list-item {
3323
padding: 0;
3424
text-align: left;

src/app/components/player/application-list/application-list.component.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
height: calc(100vh - 107px);
66
overflow-y: auto;
77
}
8-
/* mat-list-item must be overridden here due to a heigh sizing bug */
9-
.appitems-container .mat-list-item {
10-
height: auto;
11-
}
128

139
.appslist {
1410
margin-top: 10px;
@@ -41,15 +37,6 @@
4137
width: 100%;
4238
}
4339

44-
::ng-deep .list-item-mini > .mat-list-item-content {
45-
padding: 0 !important;
46-
}
47-
48-
::ng-deep .list-item > .mat-list-item-content {
49-
padding-left: 16px !important;
50-
padding-right: 0px !important;
51-
}
52-
5340
.app-name {
5441
text-wrap: pretty;
5542
text-align: left;

src/app/components/player/notifications/notifications.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
width: 100%;
4848
}
4949

50-
.mat-list {
50+
.mat-mdc-list {
5151
margin-left: 30px;
5252
margin-right: 30px;
5353
border: 1px solid;
5454
overflow: auto;
5555
max-height: 250px;
5656
}
5757

58-
.mat-list-item {
58+
.mat-mdc-list-item {
5959
height: 30px !important; /* default is 72px */
6060
}
6161

src/app/components/player/player.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969
margin-right: 10px;
7070
}
7171

72-
::ng-deep .player-title > .mat-list-item-content {
73-
padding: 0 !important;
74-
}
75-
7672
.player-title-mini {
7773
justify-content: center;
7874
padding: 0 !important;

src/app/components/shared/add-remove-users-dialog/add-remove-users-dialog.component.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@
2525
min-height: 600px;
2626
}
2727

28-
.mat-table-all-users {
29-
overflow: auto;
30-
max-height: 400px;
31-
}
32-
33-
.mat-table-team-users {
34-
overflow: auto;
35-
max-height: 600px;
36-
}
37-
38-
.mat-button-focus-overlay {
39-
background-color: transparent;
40-
}
41-
42-
.mat-cell {
43-
padding-right: 0;
44-
}
45-
4628
.sp-icon {
4729
margin-left: 10px;
4830
margin-right: 20px;

0 commit comments

Comments
 (0)