Files
stf-DeviceFarmer/res/app/components/stf/common-ui/modals/common/modals.css
2014-06-19 16:59:59 +09:00

44 lines
739 B
CSS

.stf-modal {
}
.stf-modal .dialog-header-error {
background-color: #d2322d;
}
.stf-modal .dialog-header-wait {
background-color: #428bca;
}
.stf-modal .dialog-header-notify {
background-color: #eeeeee;
}
.stf-modal .dialog-header-confirm {
background-color: #333333;
}
.stf-modal .dialog-header-error span,
.stf-modal .dialog-header-error h4,
.stf-modal .dialog-header-wait span,
.stf-modal .dialog-header-wait h4,
.stf-modal .dialog-header-confirm span,
.stf-modal .dialog-header-confirm h4 {
color: #ffffff;
}
.modal-size-xl .modal-dialog {
width: 860px;
}
.modal-size-80p .modal-dialog {
width: 80%;
height: 100%;
/*max-height: 800px;*/
}
.modal-size-80p .modal-body {
height: 100%;
max-height: 800px;
}