|
|
@ -427,6 +427,10 @@ and also iPads specifically.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
|
|
|
|
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input[type='text'] {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.watch-table {
|
|
|
|
.watch-table {
|
|
|
|
/* Force table to not be like tables anymore */
|
|
|
|
/* Force table to not be like tables anymore */
|
|
|
|
thead, tbody, th, td, tr {
|
|
|
|
thead, tbody, th, td, tr {
|
|
|
|