Catalyst-Plugin-AutoCRUD

 view release on metacpan or  search on metacpan

lib/Catalyst/Plugin/AutoCRUD/static/cpac.css  view on Meta::CPAN

/*
 * Style for ExtJS
 *
 */

/* make icon buttons have no "buttony" style */
div.x-grid3-cell-inner .x-btn-text-icon * {
    background-image: none;
}

div.x-grid3-cell-inner .x-btn-wrap {
    float: left;
    margin-top: -4px;
    margin-left: -4px;
    margin-left: -5px;
}

/* make grid cells wrap long lines */
.x-grid3-cell-inner, .x-grid3-hd-inner { white-space:normal !important; } 

/* Override standard grid styles (add colour to vertical grid lines) */
.x-grid3-col {
    border-left:  1px solid #EEEEEE;
    border-right: 1px solid #D2D2D2;
}

/* Also remove padding from table data (to compensate for added grid lines) */
.x-grid3-row td, .x-grid3-summary-row td {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}

.half-grey, .x-grid3-dirty-row td {
    color: #aaaaaa !important;
    cursor: auto !important;
}

.half-grey-pointer {
    color: #aaaaaa !important;
}

.x-grid3-cell img {
    vertical-align: middle;
}

.x-grid3-scroller {
    overflow-y: scroll !important;
}

.x-panel {
    margin: 4px;
    margin-bottom: 10px;
}

/*
 * Style for the LFB application homepage and schema/source selector
 *
 */

#cpac_banner {
    background-color: #E8CECC;
    border: 1px solid #C9AFAF;
    text-align: center;
    border: 1px;
    margin: 4px 4px 2px 4px;
}

div.cpac_box {
    position: relative;
    border: 0px;
    padding: 0px;
    margin: 0px 2px 0px 2px;
}

#cpac_warning {
    background-color: #FFF2C1;
    border: 1px solid #FFE68C;
    font-size: small;
    padding: 4px 4px 4px 4px;
    margin: 4px 4px 2px 4px;
}

#cpac_header {
    background-color: #E2F0FF;
    border: 1px solid #BED3DD;
    font-size: small;
    padding: 6px 4px 10px 4px;
    margin: 4px 4px 2px 4px;
}

/* stuff for left-right magic, see
 * http://www.spartanicus.utvinternet.ie/left_and_right_alignment_using_css.htm
 */
div.cpac_top { text-align: right; margin-bottom: -4px }
div.cpac_top div { display: inline }



( run in 1.215 second using v1.01-cache-2.11-cpan-39bf76dae61 )