????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/redmine/public/themes/improved/src/sass/components/
Upload File :
Current File : C:/inetpub/vhost/redmine/public/themes/improved/src/sass/components/_form_tables.scss

/***************************************************************************************************
 *
 * From Tables
 *
*/

#watchers {
    select {
        width: 95%;
        display: block;
    }
    a.delete {
        opacity: 0.4;
        margin-left: 5px;
        &:hover {
            opacity: 1;
        }
    }
    img.gravatar {
        margin: 0 4px 2px 0;
    }
}

span {
    &#watchers_inputs {
        overflow: auto;
        display: block;
    }
    &.search_for_watchers {
        display: block;
        font-size: 80%;
        line-height: 2.5em;
    }
    &.add_attachment {
        font-size: 80%;
        line-height: 2.5em;
    }
    &.search_for_watchers a, &.add_attachment a {
        padding-left: 16px;
        background: url(../../../images/bullet_add.png) no-repeat 0 50%;
    }
}

.highlight {
    background-color: #FCFD8D;
    &.token-1 {
        background-color: #faa;
    }
    &.token-2 {
        background-color: #afa;
    }
    &.token-3 {
        background-color: #aaf;
    }
}

.box { // Boxes
    padding: 6px;
    margin-bottom: $padding-xl-vertical*2;
    background-color: #f6f6f6;
    color: #505050;
    line-height: 1.5em;
    // border: 1px solid #e4e4e4;
    word-wrap: break-word;
    border-radius: 10px;
    @include rised-component();
}

div.square {
    border: 1px solid #999;
    float: left;
    margin: .3em .4em 0 .4em;
    overflow: hidden;
    width: .6em;
    height: .6em;
}

.splitcontent {
    overflow: auto;
}

.splitcontentleft {
    float: left;
    width: 49%;
}

.splitcontentright {
    float: right;
    width: 49%;
}

abbr, span.field-description[title] {
    border-bottom: 1px dotted #aaa;
    cursor: help;
}

div.issue { // Issue box
    // background: #ffffdd;
    background: $gray-lighter;
    padding: $padding-large-horizontal;
    margin-bottom: $padding-large-vertical;
    // border: 1px solid #d7d7d7;
    border-radius: 10px;
    @include rised-component();
}

p {
    &.breadcrumb {
        font-size: 0.9em;
        margin: 4px 0 4px 0;
    }
    &.subtitle {
        font-size: 0.9em;
        margin: -6px 0 12px 0;
        font-style: italic;
    }
    &.footnote {
        font-size: 0.9em;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.ltr {
    direction: ltr !important;
    unicode-bidi: bidi-override;
}

.rtl {
    direction: rtl !important;
    unicode-bidi: bidi-override;
}

div {
    &.issue {
        div.subject {
            div div {
                padding-left: 16px;
            }
            p {
                margin: 0;
                margin-bottom: 0.1em;
                font-size: 90%;
                color: #999;
            }
            > div > p {
                margin-top: 0.5em;
            }
            h3 {
                margin: 0;
                margin-bottom: 0.1em;
            }
        }
        span.private {
            position: relative;
            bottom: 2px;
            text-transform: uppercase;
            background: #d22;
            color: #fff;
            font-weight: bold;
            padding: 0px 2px 0px 2px;
            font-size: 60%;
            margin-right: 2px;
            border-radius: 2px;
        }
    }
    &.journal span.private {
        position: relative;
        bottom: 2px;
        text-transform: uppercase;
        background: #d22;
        color: #fff;
        font-weight: bold;
        padding: 0px 2px 0px 2px;
        font-size: 60%;
        margin-right: 2px;
        border-radius: 2px;
    }
    &.issue {
        .next-prev-links {
            color: #999;
        }
        .attributes {
            margin-top: 2em;
        }
        .attribute {
            padding-left: 180px;
            clear: left;
            min-height: 1.8em;
            .label {
                width: 170px;
                margin-left: -180px;
                font-weight: bold;
                float: left;
            }
        }
        &.overdue .due-date .value {
            color: #c22;
        }
    }
}

#issue_tree table.issues, #relations table.issues {
    border: 0;
}

#issue_tree td.checkbox {
    display: none;
}

#relations td {
    &.checkbox {
        display: none;
    }
    &.buttons {
        padding: 0;
    }
}

fieldset {
    &.collapsible {
        border-width: 1px 0 0 0;
        > legend {
            padding-left: 16px;
            background: url(../../../images/arrow_expanded.png) no-repeat 0% 40%;
            cursor: pointer;
        }
        &.collapsed > legend {
            background-image: url(../../../images/arrow_collapsed.png);
        }
    }
    &#date-range p {
        margin: 2px 0 2px 0;
    }
    &#filters {
        table {
            border-collapse: collapse;
            td {
                padding: 0;
                vertical-align: middle;
            }
        }
        tr.filter {
            height: 2.1em;
        }
        td {
            &.field {
                width: 230px;
            }
            &.operator {
                width: 180px;
                select {
                    max-width: 170px;
                }
            }
            &.values {
                white-space: nowrap;
                select {
                    min-width: 130px;
                }
                input {
                    height: 1em;
                }
            }
        }
    }
}

#filters-table {
    width: 60%;
    float: left;
}

.add-filter {
    width: 35%;
    float: right;
    text-align: right;
    vertical-align: top;
}

#issue_is_private_wrap {
    float: right;
    margin-right: 1em;
}

.toggle-multiselect {
    background: url(../../../images/bullet_toggle_plus.png) no-repeat 0% 40%;
    padding-left: 16px;
    margin-left: 0;
    margin-right: 5px;
    cursor: pointer;
}

.buttons {
    font-size: 0.9em;
    margin-bottom: 1.4em;
    margin-top: 1em;
}

div {
    &#issue-changesets {
        float: right;
        width: 45%;
        margin-left: 1em;
        margin-bottom: 1em;
        background: #fff;
        padding-left: 1em;
        font-size: 90%;
        div.changeset {
            padding: 4px;
            border-bottom: 1px solid #ddd;
        }
        p {
            margin-top: 0;
            margin-bottom: 1em;
        }
    }
    &.journal {
        overflow: auto;
        &.private-notes {
            border-left: 2px solid #d22;
            padding-left: 4px;
            margin-left: -6px;
        }
        ul.details {
            color: #959595;
            margin-bottom: 1.5em;
            a {
                color: #70A7CD;
                &:hover {
                    color: #D14848;
                }
            }
        }
    }
    &#activity dl {
        margin-left: 2em;
    }
}

#search-results {
    margin-left: 2em;
}

div#activity dd, #search-results dd {
    margin-bottom: 1em;
    padding-left: 18px;
    font-size: 0.9em;
}

div#activity dt, #search-results dt {
    margin-bottom: 0px;
    // padding-left: 20px;
    line-height: 18px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

div#activity {
    dt {
        &.me .time {
            border-bottom: 1px solid #999;
        }
        .time {
            color: #777;
            font-size: 80%;
        }
    }
    dd .description {
        font-style: italic;
    }
}

#search-results dd .description {
    font-style: italic;
}

div#activity span.project:after, #search-results span.project:after {
    content: " -";
}

div#activity dd span.description, #search-results dd span.description {
    display: block;
    color: #808080;
}

div#activity {
    dt.grouped {
        margin-left: 5em;
    }
    dd.grouped {
        margin-left: 9em;
    }
}

#search-results dd {
    margin-bottom: 1em;
    padding-left: 20px;
    margin-left: 0px;
}

div#search-results-counts {
    float: right;
    ul {
        margin-top: 0.5em;
    }
    li {
        list-style-type: none;
        float: left;
        margin-left: 1em;
    }
}

div#roadmap {
    .related-issues {
        margin-bottom: 1em;
        td.checkbox {
            display: none;
        }
    }
    .wiki {
        h1 {
            &:first-child {
                display: none;
            }
            font-size: 120%;
        }
        h2 {
            font-size: 110%;
        }
    }
}

body.controller-versions.action-show div#roadmap .related-issues {
    width: 70%;
}

div#version-summary {
    float: right;
    width: 28%;
    margin-left: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    fieldset {
        margin-bottom: 1em;
        &.time-tracking table {
            width: 100%;
        }
    }
    th, td.total-hours {
        text-align: right;
    }
}

table#time-report {
    td.hours {
        text-align: right;
        padding-right: 0.5em;
    }
    th {
        &.period, &.total {
            text-align: right;
            padding-right: 0.5em;
        }
    }
    tbody tr {
        &.subtotal {
            font-style: italic;
            color: #777;
            td.hours {
                color: #b0b0b0;
            }
        }
        &.total {
            font-weight: bold;
            background-color: #EEEEEE;
            border-top: 1px solid #e4e4e4;
        }
    }
    .hours-dec {
        font-size: 0.9em;
    }
}

form .attributes select {
    width: 60%;
    + a.icon-only {
        vertical-align: middle;
        margin-left: 4px;
    }
}

input {
    &#issue_subject, &#document_title {
        width: 99%;
    }
}

select#issue_done_ratio {
    width: 95px;
}

#related-issues li img {
    vertical-align: middle;
}

ul.properties {
    padding: 0;
    font-size: 0.9em;
    color: #777;
    li {
        list-style-type: none;
        span {
            font-style: italic;
        }
    }
}

.total-hours {
    font-size: 110%;
    font-weight: bold;
    span.hours-int {
        font-size: 120%;
    }
}

.autoscroll {
    overflow-x: auto;
    padding: 1px;
    margin-bottom: 1.2em;
    position: relative;
}

#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url {
    width: 90%;
}

#workflow_copy_form select {
    width: 200px;
}

table.transitions td.enabled {
    background: #bfb;
}

#workflow_form table select {
    font-size: 90%;
    max-width: 100px;
}

table.fields_permissions td {
    &.readonly {
        background: #ddd;
    }
    &.required {
        background: #d88;
    }
}

select.expandable {
    vertical-align: top;
}

textarea {
    &#custom_field_possible_values, &#custom_field_default_value {
        width: 95%;
        resize: vertical;
    }
}

.sort-handle {
    display: inline-block;
    vertical-align: middle;
}

input#content_comments {
    width: 99%;
}

#search-form fieldset p {
    margin: 0.2em 0;
}

/***************************************************************************************************
 *
 * List / Tree View
 *
 */

// fieldset
#notified-projects,
#tracker_project_ids, // tracker setup page
#custom_field_project_ids {
    &  > ul {
	// limit the height of the box
        max-height: 500px;
	overflow-y: auto;
    }
}

/***************************************************************************************************
 *
 * Project List
 *
 */

ul.projects {
    margin: 0;
    padding-left: 1em;
    ul {
        padding-left: 1.6em;
    }
    &.root {
        margin: 0;
        padding: 0;
    }
    li {
        list-style-type: none;
    }
}

#projects-index ul.projects {
    ul.projects {
        border-left: 3px solid #e0e0e0;
        padding-left: 1em;
    }
    li {
        &.root {
            margin-bottom: 1em;
        }
        &.child {
            margin-top: 1em;
        }
    }
    div.root a.project {
        font-family: "Trebuchet MS", Verdana, sans-serif;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 10px 0;
    }
}