From 2a850757ee5f9c1a2119c562cf6caba3eda7ceba Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 20 Nov 2014 22:37:10 -0500 Subject: Add Markdown preview for textarea, see #407 --- assets/css/responsive.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'assets/css/responsive.css') diff --git a/assets/css/responsive.css b/assets/css/responsive.css index c8e1208f..b1977b01 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -1,5 +1,5 @@ /* responsive design */ -@media only screen and (min-width : 768px) and (max-width : 1024px) { +@media only screen and (min-width : 769px) and (max-width : 1024px) { .hide-tablet { display: none; @@ -16,6 +16,14 @@ .task-board-title { font-size: 1.5em; } + + .form-tab { + max-width: 662px; + } + + input.form-date ~ div.form-help { + max-width: 150px; + } } @media only screen and (max-width : 768px) { @@ -65,4 +73,8 @@ .task-board-title { font-size: 1.5em; } -} \ No newline at end of file + + .form-tab { + max-width: 404px; + } +} -- cgit v1.2.3