RT-Extension-LifecycleUI

 view release on metacpan or  search on metacpan

static/css/lifecycleui-editor.css  view on Meta::CPAN

.lifecycle-ui.editing svg {
    display: inline-block;
    float: left;
    width: 809px;
    height: 500px;

    /* checkerboard pattern */
    background: #F9F9F9 url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"         fill-opacity=".05" >\
            <rect x="200" width="200" height="200" />\
            <rect y="200" width="200" height="200" />\
    </svg>');
    background-size: 25px 25px;
}

.lifecycle-ui.editing .overlay-buttons {
    left: 700px;
}

.lifecycle-ui .inspector {
    display: inline-block;
    width: 250px;
    min-height: 500px;
    border: 1px solid black;
}

.lifecycle-ui .inspector .content {
    padding: 1em;
    border-top: 1px solid black;
}

.lifecycle-ui .inspector .header .toplevel {
    padding-top: 1em;
}

.lifecycle-ui .inspector .header .controls {
    padding: 0 0 1em 1em;
}

.lifecycle-ui .inspector input[type=text] {
    width: 10em;
}

.lifecycle-ui .inspector .color-control span.current-color {
    display: inline;
    padding-left: 1em;
    border: 1px solid black;
}

.lifecycle-ui .removing {
    opacity: 0;
}

.lifecycle-ui .has-focus .point-handle {
    stroke: black;
    fill: steelblue;
}

.lifecycle-ui .inspector .actions {
    list-style-type: none;
    padding: 0;
}

.lifecycle-ui .inspector .actions .action {
    border: 1px solid black;
    margin-bottom: .5em;
    padding: .5em;
}

.lifecycle-ui.editing svg.has-focus .decorations > * {
    opacity: .15;
}

.lifecycle-ui.editing svg.has-focus .decorations .focus,
.lifecycle-ui.editing svg.has-focus .transitions .focus {
    opacity: 1;



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