diff --git a/Bootstrap.Admin/Content/tasks.css b/Bootstrap.Admin/Content/tasks.css index cf3818f3..7a3098e5 100644 --- a/Bootstrap.Admin/Content/tasks.css +++ b/Bootstrap.Admin/Content/tasks.css @@ -53,9 +53,9 @@ .tasks-widget .task-list li > .task-title .task-value { position: absolute; left: 190px; - right: 62px; + right: 84px; top: 15px; - display: inline-block; + display: none; } .tasks-widget .task-list li > .task-title span { @@ -121,7 +121,7 @@ .tasks-widget .task-list li .task-title .task-title-sp { margin-right: 5px; - max-width: 150px; + max-width: 120px; padding-top: 15px; } @@ -255,14 +255,8 @@ } } -@media only screen and (max-width: 320px) { - - .tasks-widget .task-config-btn { - float: inherit; - display: block; - } - - .tasks-widget .task-list-projects li > .label { - margin-bottom: 5px; +@media (min-width: 375px) { + .tasks-widget .task-list li > .task-title .task-value { + display: inline-block; } }