Manage ASL magazines and their articles.
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-articles/web/src/SearchForm.css

6 lines
392 B

#search-form { display: flex ; flex-direction: row ; align-items: center ; }
#search-form .caption { line-height: 22px ; }
#search-form .query { flex: 1 ; min-width: 5em ; max-width: 30em ; margin: 0 0.25em 0 0.5em ; }
#search-form button[type="submit"] { width: 28px ; height: 28px ;
background: url("/public/images/search.png") transparent no-repeat 2px 2px ; background-size: 20px ;
}