Style button and content.

This commit is contained in:
Paulo Reis 2016-07-20 17:04:25 +01:00
parent 2d3aa02eed
commit b0c3a89a83

View file

@ -254,7 +254,7 @@
.sl_references_search_hint { .sl_references_search_hint {
position: absolute; position: absolute;
bottom: -67px; bottom: -65px;
left: -1px; left: -1px;
right: 0px; right: 0px;
padding: 0 6px 6px; padding: 0 6px 6px;
@ -265,6 +265,26 @@
font-family: @font-family-sans-serif; font-family: @font-family-sans-serif;
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
hr {
margin: 6px -6px;
}
button {
width: 100%;
font-size: inherit;
line-height: 1.4;
}
span {
padding-left: 10px;
}
&_keybinding {
display: block;
font-size: 12px;
font-weight: normal;
}
} }
// -- References Search Modal -- // -- References Search Modal --
.references-search-modal-backdrop { .references-search-modal-backdrop {