diff --git a/app/static/css/style.css b/app/static/css/style.css index d3cf535..a3554aa 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -61,27 +61,39 @@ padding: 0px 8px; font-size: 22px; } - +.library_table{ +border-spacing:0; /* Removes the cell spacing via CSS */ +} .library_table a{ text-decoration: none; color: black; } +.library_table th{ +font-size: 21px; + +} +.library_table tr:hover{ + background-color: #E8E8E8!important; +} + + .library_table .title_col{ - font-size: 17px; + font-size: 21px; } .library_table .author_col{ - font-size: 12px; + font-size: 15px; } .library_table li{ -list-style-type: none; - +list-style-type:none; +padding-right: 5px; +display: inline-block; } .library_table tr:nth-child(even){ -background-color: #F8F8F8; +background-color: #fafafa; } #title_xppl{