mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-01-15 01:08:59 -05:00
53 lines
2.0 KiB
CSS
53 lines
2.0 KiB
CSS
@media (max-width:1024px !important;)
|
|
|
|
html {max-width:1024px !important; min-width:768px !important;}
|
|
body {}
|
|
|
|
|
|
#nav {}
|
|
#searchbar {}
|
|
|
|
table.display {width:100% !important; max-width:768px !important;}
|
|
|
|
.dataTables_length {}
|
|
.dataTables_filter {}
|
|
.dataTables_info {display:none;}
|
|
|
|
/* Main Page */
|
|
|
|
#author_table { }
|
|
table#author_table {}
|
|
table#author_table th#authorname {min-width:20px !important;}
|
|
table#author_table th#bookname { min-width:50px; }
|
|
table#author_table th#status { min-width:20px; }
|
|
table#author_table th#have { min-width:20px !important; }
|
|
table#author_table th#date { display:none; }
|
|
table#author_table th#stars, td#stars { display:none; }
|
|
table#author_table th#have { text-align: left; width:20px !important;}
|
|
table#author_table td#authorname { min-width:20px !important; vertical-align: middle; text-align: left; }
|
|
table#author_table td#bookname { min-width:20px; }
|
|
table#author_table td#status { min-width:20px; }
|
|
|
|
/* Books page */
|
|
table#book_table {background-color: white; margin-left:5px; margin-right:5px; max-width:100%; width:99%; }
|
|
table#book_table th#select, td#select { }
|
|
table#book_table th#bookart, td#bookart { }
|
|
table#book_table th#bookname, td#bookname { }
|
|
table#book_table th#authorname, td#authorname { }
|
|
table#book_table th#status, td#status { }
|
|
table#book_table th#date, td#date { display:none; }
|
|
table#book_table th#series, td#series { }
|
|
table#book_table th#seriesNum, td#seriesNum { vertical-align: middle; }
|
|
table#book_table th#language, td#language { }
|
|
table#book_table th#stars, td#stars { display:none; }
|
|
|
|
|
|
/* Log */
|
|
table#log_table { background-color: white; margin-left:5px; margin-right:5px; max-width:100%; width:99%;}
|
|
table#log_table th#timestamp { text-align: left; width: 150px; }
|
|
table#log_table th#level { }
|
|
table#log_table th#message { text-align: left; min-width: 300px; }
|
|
table#log_table td#timestamp { text-align: left; min-width: 150px; }
|
|
table#log_table td#level { }
|
|
table#log_table td#message { text-align: left; min-width: 300px; }
|