Skip to content

jira board by a06371e8145d45b88b5c959e207be39d

Details

Authora06371e8145d45b88b5c959e207be39d

LicenseNo License

Categoryuserstyles

Created

Updated

Size3.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

...

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         jira board
@version      20220308.08.33
@namespace    userstyles.world/user/a06371e8145d45b88b5c959e207be39d
@description  ...
@author       a06371e8145d45b88b5c959e207be39d
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://jira.int.kn/secure/RapidBoard.jspa?rapidView=7432") {
.ghx-column {
        min-width: 50px;
    }
    .ghx-issue-fields .ghx-summary .ghx-inner {
        max-height: none;
    }
    .ghx-issue .ghx-avatar {
        right: 3px;
        top: 3px;
    }
    .ghx-type {
        display: none;
    }
    .ghx-flags {
        display: none;
    }
    .ghx-issue .ghx-highlighted-fields {
        padding-right: 0;
        white-space: normal;
    }
    .ghx-issue .ghx-highlighted-fields .ghx-highlighted-field {
        max-width: 100%;
    }
    .aui-label {
        margin: 0;
    }
    .ghx-issue.ghx-has-avatar .ghx-issue-fields {
        padding-right: 0;
    }
    .ghx-columns {
        display: table !important;
    }
    .ghx-column-headers {
        display: table !important;
    }
    .ghx-zone-overlay-table {
        display: table !important;
    }
    .ghx-issue .ghx-card-footer div:not(:last-child) {
        margin-right: 0;
    }
    .ghx-issue .ghx-extra-fields .ghx-extra-field {
        overflow: visible;
        white-space: normal;
    }
    .ghx-issue .ghx-extra-fields {
        margin-top: 0;
        color: gray;
        font-size: small;
    }
    .ghx-issue .ghx-card-footer {
        margin-top: 0;
    }
    .ghx-issue .ghx-highlighted-fields {
        margin-top: 5px;
    }

    .ghx-days b {
        height: 0;
        width: 0;
    }

    .ghx-avatar {
        display: none;
    }

    .ghx-avatar-img {
        display: none;
    }

    .ghx-extra-field {
        display: none !important;
    }

    .task-edit-form {
        display: none;
    }

    .task-progress {
      display: none !important;
    }   
    
    #ghx-tab-com-topshelfsolution-simpletasklists-simple-task-agile-board_heading {
        display: none !important;
    }

    #ghx-tab-com-topshelfsolution-simpletasklists-simple-task-agile-board {
        margin-top:100px;
    }

    /* Display days in column as number. */
    .ghx-days::before{
        content: attr(title);
        display: block;
        position: absolute;
        right: 5px;
        bottom: 12px;
        font-size: smaller;
        color: lightgray;
        overflow: hidden;
        width: 20px;
        height: 15px;
        direction: rtl;
        white-space: pre-wrap;
    }

    /* Add hightlighter to item remaining too long in a ready column. */
    li[data-column-id="32509"] .ghx-days b, li[data-column-id="32513"] .ghx-days b, li[data-column-id="32521"] .ghx-days b {
        width: 100% !important;
        border-bottom: 5px solid #FF0000;
    }
    li[data-column-id="32509"] .ghx-days-0 b, li[data-column-id="32513"] .ghx-days-0 b, li[data-column-id="32521"] .ghx-days-0 b {
        width: 100% !important;
        border-bottom: none;
    }
    li[data-column-id="32509"] .ghx-days-1 b, li[data-column-id="32513"] .ghx-days-1 b, li[data-column-id="32521"] .ghx-days-1 b {
        width: 100% !important;
        border-bottom: 1px solid #FF0000;
    }
    li[data-column-id="32509"] .ghx-days-2 b, li[data-column-id="32513"] .ghx-days-2 b, li[data-column-id="32521"] .ghx-days-2 b {
        width: 100% !important;
        border-bottom: 2px solid #FF0000;
    }
    li[data-column-id="32509"] .ghx-days-3 b, li[data-column-id="32513"] .ghx-days-3 b, li[data-column-id="32521"] .ghx-days-3 b {
        width: 100% !important;
        border-bottom: 3px solid #FF0000;
    }
    li[data-column-id="32509"] .ghx-days-4 b, li[data-column-id="32513"] .ghx-days-4 b, li[data-column-id="32521"] .ghx-days-4 b {
        width: 100% !important;
        border-bottom: 4px solid #FF0000;
    }

}

Reviews

No reviews yet.