Skip to content

Commit 3930276

Browse files
committed
update dashboard style
1 parent d472976 commit 3930276

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/app/dashboard/dashboard.component.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33
}
44

55
.myChart{
6-
width: 620px;
7-
height: 320px;
86
background-color: #e5e5e5;
97
margin: 15px;
108
}
119

1210
.statChart{
13-
width: 1278px;
14-
height: 640px;
1511
background-color: #e5e5e5;
1612
margin: 15px;
1713
}
1814

19-
.pop_table {
15+
.top_access_div {
16+
margin: 0px 15px;
17+
18+
}
19+
20+
.top_access_table {
21+
width: 100%;
2022
border: 1px solid #d5d5d5;
2123
background-color: #e5e5e5;
22-
width: 96%;
23-
margin: auto;
2424
}
2525

26-
.pop_table th {
26+
.top_access_table th {
2727
background-color: #d5d5d5;
2828
}
2929

30-
.pop_table td {
30+
.top_access_table td {
3131
border: 1px solid #f5f5f5;
3232
}
3333

src/app/dashboard/dashboard.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</div>
4242

4343
<div fxLayout="row wrap" *ngIf="applicationService.auth_user.logged">
44-
<div fxFlex="100%">
45-
<table class="pop_table">
44+
<div fxFlex="100%" class="top_access_div">
45+
<table class="top_access_table">
4646
<caption>Popular Content Today</caption>
4747
<tr>
4848
<th width="20%">Application</th>

0 commit comments

Comments
 (0)