Files
LazyLibrarian/data/css/ipad_landscape.css
DobyTang 7087af08d7 Issue 4 - merge in Herman Rodgers branch - alot of work in it
So branching to new branch, and will merge my changes from itsmeg ontop

will merge branch back to head once everyone happy its stable.
2013-06-06 22:18:27 +01:00

60 lines
2.0 KiB
CSS

@media (max-width:1024px !important;)
html {max-width:1024px !important; min-width:900px !important;}
body {}
#nav {}
#searchbar {}
table.display {width:100% !important; max-width:900px !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 td#date { 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 { }
table#book_table th#select { }
table#book_table th#bookart { }
table#book_table th#bookname { }
table#book_table th#authorname { }
table#book_table th#status { }
table#book_table th#date { }
table#book_table th#number { }
table#book_table th#language { }
table#book_table th#stars { display:none; }
table#book_table td#select { }
table#book_table td#bookart { }
table#book_table td#bookart img { }
table#book_table td#authorname { }
table#book_table td#bookname { }
table#book_table td#status { }
table#book_table td#date { }
table#book_table td#number { }
table#book_table td#language { }
table#book_table 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; }