Merge pull request #11007 from edx/asadiqbal08/SOL-1492

asadiqbal08/SOL-1492 - WebCerts: Generate Cert from Support Tool
This commit is contained in:
Matt Drayer
2015-12-21 09:50:41 -05:00
12 changed files with 451 additions and 97 deletions

View File

@@ -3,11 +3,14 @@
// ===================================================================
.certificates-search, .enrollment-search {
margin: 40px 0;
input[name="query"] {
width: 476px;
}
margin: 40px 0;
input[name="query"] {
width: 350px;
}
.certificates-form {
max-width: 850px;
margin: 0 auto;
}
}
@@ -31,6 +34,10 @@
font-size: 12px;
}
.btn-cert-generate {
font-size: 12px;
}
.enrollment-modal-wrapper.is-shown {
position: fixed;
top: 0;