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

8 lines
303 B

#nav .tabbed-page[data-tabid="search"] { display: flex ; flex-direction: column ; }
/* search box */
#search-box { display: flex ; }
#search-box input#query-string { margin-right: 5px ; flex-grow: 1 ; }
/* search results */
#search-results { flex-grow: -1 ; margin: 8px 0 2px 0 ; overflow-y: auto ; }