diff options
Diffstat (limited to 'assets/css/src/responsive.css')
-rw-r--r-- | assets/css/src/responsive.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/assets/css/src/responsive.css b/assets/css/src/responsive.css index bfefabcf..c94be166 100644 --- a/assets/css/src/responsive.css +++ b/assets/css/src/responsive.css @@ -1,21 +1,5 @@ -@media only screen and (max-width: 1080px) { - div.filter-dropdowns .filters { - margin-left: 0; - } - - div.filter-dropdowns { - display: block; - margin-top: 5px; - } -} - @media only screen and (max-width: 1024px) { - li.hide-tablet, - .hide-tablet { - display: none; - } - body { font-size: 0.85em; } @@ -37,15 +21,6 @@ max-width: 150px; } - .task-time-form label { - display: block; - } - - .task-time-form input[type="submit"] { - margin-top: 10px; - display: block; - } - .page-header .form-input-large { width: 300px; } |