Skip to content

Commit

Permalink
feat: связанные задачи в столбик
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Jun 6, 2020
1 parent bd98921 commit 1cb6512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_planfixfix.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,23 +236,29 @@ let $; // заглушает ошибки в определении $ в мод
.pff-cat-content { margin-left: 0; }
.pff-cat a { display: block; padding: 2px 15px; }
/* отчёт со сметой во вспл. окне */
.pff-report-frame-wrapper .g-popup-win-scroll-content { width: calc(100% - 40px); min-width: 665px; }
.pff-report-frame-wrapper .g-popup-win-scroll-content-main { display: block; max-width: none; padding-bottom: 0; }
.pff-report-frame-wrapper iframe { border: none; }
/*.pff-report-frame { min-width: 900px; }*/
/* вспл. окно вставки шаблона */
.pff-tmpl-form input[type="text"] { width: 200px !important; }
.pff-tmpls-you-change_active { font-weight:bold; }
.pff-tmpls-you-change { padding: 5px 10px; }
.pff-tmpl-form .btn-main { margin-left: 0; }
.pff-tmpl-form .btn-create { float: right; }
.pff-tmpl-preview { width: 360px; margin: 30px 0; }
/* убирание спойлеров у комментов и описаний задач */
.pff-no-spoilers .action-spoiler,
.pff-no-spoilers .task-description-spoiler-text { overflow: visible !important; }
.pff-no-spoilers .spoiler-actionlist.inited,
.pff-no-spoilers .task-description-spoiler,
.pff-no-spoilers .task-description-hide-block { display: none; }
/* связанные задачи */
.task-card-data-custom-78 .js-custom-filed-value-task-link { display: block !important; }
</style>`,
);
},
Expand Down

0 comments on commit 1cb6512

Please sign in to comment.