tapestry-examples/Workbench/src/context/css/exception.css [1:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.exceptionDialog {
    overflow: auto;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    height: 500px;
    background-color: white;
    border-left: 2px solid #E07000;
    border-right: 2px solid #E07000;
    border-bottom: 2px solid #E07000;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.exceptionCloseLink {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    background-color: ThreeDFace;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    cursor: hand;
    border-left: 2px solid #E07000;
    border-right: 2px solid #E07000;
    border-top: 2px solid #E07000;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tapestry-framework/src/java/org/apache/tapestry/pages/Exception-Dynamic.css [1:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.exceptionDialog {
    overflow: auto;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    height: 500px;
    background-color: white;
    border-left: 2px solid #E07000;
    border-right: 2px solid #E07000;
    border-bottom: 2px solid #E07000;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.exceptionCloseLink {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    background-color: ThreeDFace;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    cursor: hand;
    border-left: 2px solid #E07000;
    border-right: 2px solid #E07000;
    border-top: 2px solid #E07000;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



