]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/static/style.css
Fix(web): Draw vertical lines between column
[m_librarian.git] / m_librarian / web / static / style.css
index 67149dc6798dbb6222cc93017b39bca1f55d7017..5b805359f86b3b24b49d42229ddacb5143d6356e 100644 (file)
@@ -1,5 +1,13 @@
+html {
+   width: 99%;
+   height: 99%;
+}
+
 body {
+   width: 99%;
+   height: 99%;
    color: #000000;
+   background-color: #FFFFFF;
    font-family: sans-serif;
    text-decoration: none;
    margin: 8pt;
@@ -26,11 +34,13 @@ table {
    border: 1px solid black;
 }
 
-td, th {
-   border: 1px solid black;
-   text-align: left;
+tr:hover {
+   background-color: lightgrey;
 }
 
-td.numeric {
-   text-align: right;
+td, th {
+   text-align: left;
+   padding-left: 5px;
+   padding-right: 5px;
+   border-left: 1px solid black;
 }