Modified styling of modal dialog.

This commit is contained in:
chouseknecht
2013-06-19 17:12:50 -04:00
parent 15b720b42b
commit 7303107450
7 changed files with 65 additions and 24 deletions

View File

@@ -487,3 +487,33 @@
.modal-input-xlarge {
width: 400px;
}
/* overrides to TB modal */
.modal-header {
padding: 15px 15px;
border-bottom: 1px solid #eee;
background-color: #36454F;
color: #A9A9A9;
-webkit-border-top-left-radius: 3px;
-moz-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
.modal {
border: 1px solid #36454F;
}
.close {
color: #A9A9A9;
opacity: .7;
filter: alpha(opacity=70);
}
.modal-header h3 {
margin: 0;
text-rendering: optimizeLegibility;
}