diff --git a/css/itflow_custom.css b/css/itflow_custom.css new file mode 100644 index 00000000..7bb00c94 --- /dev/null +++ b/css/itflow_custom.css @@ -0,0 +1,29 @@ +/* + For screens below 576px (xs): + - Make the button full-width, display:block +*/ +@media (max-width: 575.98px) { + .btn-responsive { + display: block; + width: 100%; + } +} + +/* + For screens 576px (sm) and above: + - Revert to an inline style +*/ +@media (min-width: 576px) { + .btn-responsive { + display: inline-block; + width: auto; + } +} + +.grab-cursor { + cursor: grab; +} + +.grab-cursor:active { + cursor: grabbing; +} diff --git a/css/style.css b/css/style.css new file mode 100644 index 00000000..0826b2af --- /dev/null +++ b/css/style.css @@ -0,0 +1,30 @@ +/* + For screens below 576px (xs): + - Make the button full-width, display:block +*/ +@media (max-width: 575.98px) { + .btn-responsive { + display: block; + width: 100%; + } +} + +/* + For screens 576px (sm) and above: + - Revert to an inline style +*/ +@media (min-width: 576px) { + .btn-responsive { + display: inline-block; + width: auto; + } +} + + +.grab-cursor { + cursor: grab; +} + +.grab-cursor:active { + cursor: grabbing; +} diff --git a/css/tickets_kanban.css b/css/tickets_kanban.css index d4a78cbe..eaa8172b 100644 --- a/css/tickets_kanban.css +++ b/css/tickets_kanban.css @@ -32,4 +32,4 @@ margin: 5px 0; padding: 10px; border: 1px solid #ddd; -} \ No newline at end of file +} diff --git a/includes/header.php b/includes/header.php index e530bb28..8c6aee12 100644 --- a/includes/header.php +++ b/includes/header.php @@ -40,29 +40,7 @@ header("X-Frame-Options: DENY"); - + diff --git a/ticket.php b/ticket.php index fa3e515e..71f093da 100644 --- a/ticket.php +++ b/ticket.php @@ -938,7 +938,12 @@ if (isset($_GET['ticket_id'])) { -