mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-01-26 22:58:23 -05:00
54 lines
2.0 KiB
CSS
54 lines
2.0 KiB
CSS
@media (max-width:640px !important; min-width:640px !important;)
|
|
html {max-width:640px !important; min-width:320px !important;}
|
|
body {}
|
|
|
|
|
|
#nav { !important; min-width:200px !important; }
|
|
#searchbar {}
|
|
#searchbox {width:130px; margin-right:0px;}
|
|
div#searchbar { margin-right:5px; }
|
|
|
|
|
|
table.display {width:100% !important; }
|
|
|
|
.dataTables_length {}
|
|
.dataTables_filter {}
|
|
.dataTables_info {display:none;}
|
|
|
|
|
|
#author_table { }
|
|
table#author_table {}
|
|
table#author_table th#authorname {min-width:20px !important;}
|
|
table#author_table th#bookname { display:none;}
|
|
table#author_table th#status { min-width:20px; }
|
|
table#author_table th#have { min-width:20px !important; }
|
|
|
|
table#author_table th#date, td#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 { display:none; }
|
|
table#author_table td#status { min-width:20px; }
|
|
table#author_table th#series, td#series { display:none; }
|
|
table#author_table th#seriesNum, td#seriesNum { display:none; }
|
|
|
|
/* Books page */
|
|
table#book_table { }
|
|
table#book_table th#select, td#select { }
|
|
table#book_table th#bookart, td#bookart { display:none; }
|
|
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 { display:none; }
|
|
table#book_table th#language, td#language { display:none; }
|
|
table#book_table th#stars, td#stars { display:none; }
|
|
table#book_table th#seriesNum, td#seriesNum { 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, td#timestamp { display:none; }
|
|
table#log_table th#level, td#level { }
|
|
table#log_table th#message, td#message { text-align: left; }
|