]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.css
LP1806087 Angular staff catalog phase II.
[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: 68px;
9 }
10
11 .record-jacket-div img {
12     height: 100%; 
13     max-height:80px; 
14     max-width: 54px;
15 }