A search engine for MMP's eASLRB.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-rulebook2/asl_rulebook2/webapp/static/css/SearchPane.css

9 lines
467 B

/* search box */
#search-box { display: flex ; padding: 1px ; margin-bottom: 8px ; }
#search-box input#query-string { margin-right: 5px ; flex-grow: 1 ; }
/* search results */
#nav .tabbed-page[data-tabid='search'] .wrapper { overflow-y: none ; }
#search-results { height: calc(100% - 35px) ; overflow-y: auto ; }
#search-results .no-results { font-style: italic ; color: #666 ; }
#search-results .error .pre { font-family: monospace ; margin: 0.25em 0 0 0.5em ; }