basic css for references search form

This commit is contained in:
Shane Kilkelly 2016-02-10 10:39:04 +00:00
parent 326d9e59f8
commit 63c9b91a7b

View file

@ -242,3 +242,17 @@
margin-top:10px;
margin-bottom:0px;
}
.references-search-modal {
.search-form {
input {
width: 85%;
}
button {
width: 14%;
}
}
.search-results {
margin-top: 14px;
}
}