From e9d0d7d7435d7ba9cd8ab8b98ac4773efc248265 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 2 Jun 2018 00:08:38 +0200 Subject: [PATCH] update --- app/static/css/style.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) 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{