summaryrefslogtreecommitdiff
path: root/assets/css/src/responsive.css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-14 17:44:25 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-14 17:44:25 -0500
commit337a5fd6abef53b251dad0af6b7b8d3e73044389 (patch)
tree960a995b1c6d5d33b0ec3150fd451bbeef311ee8 /assets/css/src/responsive.css
parent07e3f51edb76f1c20c7c7f222b356cd0a26fca42 (diff)
Improve filter box design
Diffstat (limited to 'assets/css/src/responsive.css')
-rw-r--r--assets/css/src/responsive.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/assets/css/src/responsive.css b/assets/css/src/responsive.css
index 3ec47255..c94be166 100644
--- a/assets/css/src/responsive.css
+++ b/assets/css/src/responsive.css
@@ -1,14 +1,3 @@
-@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) {
body {
@@ -32,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;
}