Refine styles.

This commit is contained in:
Shane Kilkelly 2016-02-11 15:03:19 +00:00
parent a5386dcdc7
commit 8542a08927

View file

@ -249,7 +249,7 @@
.references-search-modal {
.search-form {
input {
width: 85%;
//width: 85%;
}
button {
width: 14%;
@ -264,6 +264,10 @@
&:last-child {
border-bottom: 1px solid transparent;
}
border-left: 4px solid transparent;
&.selected-search-result-hit {
border-left: 4px solid @red;
}
.hit-title {
font-size: 1.3em;
font-style: italic;