notifications.css 1.35 KB
h3.table-caption { padding:0; margin:25px 0 0px 0; }
.wide-input-field { width:350px;resize: none}

.post-success {
    padding:10px;
    font-size: 12px;
    background: #88c550;
    color:#fff;
}
.post-success a { color:#fff; text-decoration: underline;}
.post-success a:hover { color:#3b0d32; text-decoration: none; }

table.expandable thead th {
    cursor:pointer;
}

table.expandable tbody {
    background-color:#f5f5f5;
}

table.expandable thead th.toggle h6 {
    background: transparent url(../images/open.png) left no-repeat;
    padding:0 0 0 16px;
    
    font-size:11px;
    margin:0;
    line-height:1.3em;
    
}

table.expandable thead.open th.toggle h6 {
    background: transparent url(../images/close.png) left no-repeat;
}

#ui-timepicker-div { margin: 0px 10px; }
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; font-size: 11px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; font-size: 11px; }

.post-errors { border:1px solid red; background: pink;}
.post-errors-title { padding: 8px 10px; color:#fff; background: red; font: italic 16px/18px Georgia,"Times New Roman","Bitstream Charter",Times,serif;}
.post-errors-content { padding:10px; color:red; margin:0;}

.lblError { font: italic 11px/16px Georgia,"Times New Roman","Bitstream Charter",Times,serif; color: red;}