notifications.css 875 Bytes
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: #ffffcc;
    color:#88c550;
}

table.expandable thead th {
    cursor:pointer;
}

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

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; }