File tree Expand file tree Collapse file tree 3 files changed +15
-36
lines changed
Expand file tree Collapse file tree 3 files changed +15
-36
lines changed Original file line number Diff line number Diff line change 11< div *ngIf ='!fetchingLibraries ' class ="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 ">
22 < h1 > Libraries</ h1 >
3- < div *ngFor ="#library of libraries ">
4- < button [routerLink] ='["/Library", { library: library.id }] '> {{library.name}}</ button >
3+ < div class ="libraries ">
4+ < ul >
5+ < li *ngFor ="#library of libraries " class ="library ">
6+ < a class ="thumbnail " [routerLink] ="['/Library', { library: library.id }] "> {{library.name}}</ a >
7+ </ li >
8+ </ ul >
59 </ div >
610</ div >
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ <h1 class="movie-title">{{movie.title}}</h1>
5151 < div class ="col-sm-12 col-md-12 " *ngIf ="!fetchingLibraries ">
5252 < h3 > Libraries With This Title</ h3 >
5353 < div class ="movie-in-libraries ">
54- < button *ngFor ="#library of libraries " class ="btn btn-default " [routerLink] ="['/Library', { library: library.id }] "> {{library.name}}</ button >
54+ < div *ngFor ="#library of libraries " class ="movie-in-library ">
55+ < a class ="thumbnail " [routerLink] ="['/Library', { library: library.id }] "> {{library.name}}</ a >
56+ </ div >
5557 </ div >
5658 </ div >
5759</ div >
Original file line number Diff line number Diff line change 3737 width : 75px ;
3838 display : inline-block;
3939}
40+ .movie-in-library {
41+ width : 120px ;
42+ display : inline-block;
43+ }
4044.user-library {
4145 width : 120px ;
4246 display : inline-block;
5054.profile-header {
5155 display : inline-block;
5256}
53-
54- /*span.glyphicon:hover {
55- cursor: pointer;
56- color: #337ab7;
57- text-decoration: none;
58- }
59-
60- .icon-div-2 > span {
61- width: 50%;
62- max-width: 30px;
63- float: left;
57+ .library {
58+ width : 150px ;
6459}
6560
66- .icon-div-4 > span {
67- width: 25%;
68- max-width: 30px;
69- float: left;
70- }
71-
72- .icon-div-4 > .left-spacer {
73- height: 1px; /* will not space without height >= 1 /
74- }
75- .nav-tabs {
76- margin-bottom: 25px;
77- }
78-
79- .add-new-field-div {
80- border-top: 1px solid #eee;
81- margin-top: 20px;
82- padding-top: 20px;
83- }
84-
85- .nav > li > a:hover {
86- cursor: pointer;
87- }*/
You can’t perform that action at this time.
0 commit comments