]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.css
LP1839670 Angular catalog more result page info
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / catalog / result / record.component.css
1
2 /**
3  * Force the jacket image column to consume a consistent amount of 
4  * horizontal space, while allowing some room for the browser to 
5  * render the correct aspect ratio.
6  */
7 .record-jacket-div {
8     width: 120px;
9 }
10
11 .record-jacket-div img {
12     height: 100%;
13     max-height: 158px;
14     max-width: 100px;
15 }