diff options
| author | dg314 <david_grossman@brown.edu> | 2021-08-04 03:19:16 -0400 |
|---|---|---|
| committer | dg314 <david_grossman@brown.edu> | 2021-08-04 03:19:16 -0400 |
| commit | 2ec093982c06965086326df73d365e1b54f6a2a2 (patch) | |
| tree | c8cec7978b9dd7c6c6cf84450b830dac50361367 /src/client/views/search/SearchBox.scss | |
| parent | fc1559fd74bde212f418b27806b68a76748153ad (diff) | |
search panel updates
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index f8e994da7..e4d1ac6a3 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -22,17 +22,18 @@ .searchBox-type { display: block; - width: 50px; + width: 55px; outline: none; padding: 1px 5px 1px 5px; color: black; height: 25px; border: 1px solid black; + border-right: 0px; } .searchBox-input { display: block; - width: calc(100% - 50px); + width: calc(100% - 55px); outline: none; padding: 1px 5px 1px 5px; color: black; @@ -74,10 +75,20 @@ background: gray; } - .titletitle { + .searchBox-result-title { display: relative; float: left; - left: 50px; + width: calc(100% - 60px); + text-align: left; + } + + .searchBox-result-type { + font-size: 12px; + display: relative; + float: right; + width: 60px; + text-align: right; + color: #333; } } } |
