diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-25 13:09:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-25 13:09:54 -0500 |
commit | 746a3f8d235c073abba401f25ca9a379264d2b16 (patch) | |
tree | cb234239027f227e03001ef50963f28aa96e512e /assets/css/responsive.css | |
parent | 0812ceedde2f89a8e4b391e58d6463f832ecec8e (diff) |
Move assets to seperate subfolders
Diffstat (limited to 'assets/css/responsive.css')
-rw-r--r-- | assets/css/responsive.css | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/assets/css/responsive.css b/assets/css/responsive.css deleted file mode 100644 index f319c341..00000000 --- a/assets/css/responsive.css +++ /dev/null @@ -1,73 +0,0 @@ -/* responsive design */ -@media only screen and (max-width: 1024px) { - - li.hide-tablet, - .hide-tablet { - display: none; - } - - body { - font-size: 0.85em; - } - - .sidebar-content { - margin-left: 255px; - } - - .form-tab { - max-width: 404px; - } - - .form-inline-group input[type="submit"], - .form-inline-group label { - display: block; - } - - .form-inline-group input[type="submit"] { - margin-top: 20px; - } - - td > input[type="text"] { - max-width: 150px; - } - - .task-time-form label { - display: block; - } - - .task-time-form input[type="submit"] { - margin-top: 10px; - display: block; - } -} - -@media only screen and (max-width: 1024px) and (orientation: landscape) { - - body { - font-size: 0.7em; - } - - header { - padding-bottom: 4px; - } - - .sidebar { - max-width: 220px; - } - - .sidebar-content { - margin-left: 225px; - } - - div.chosen-container { - font-size: 0.9em; - } - - input[type="number"], - input[type="date"], - input[type="email"], - input[type="password"], - input[type="text"] { - height: 18px; - } -} |