File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments