Skip to content

Commit db1c2eb

Browse files
committed
added a css file I forgot
1 parent 0c00bb6 commit db1c2eb

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

bookshelf/static/css/searchbar.css

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
#SearchBar {
2+
3+
margin-left: 2%;
4+
5+
width : 226px;
6+
}
7+
8+
#SearchBook {
9+
10+
width : 100px;
11+
12+
text-decoration : underline;
13+
color : black;
14+
15+
overflow: hidden;
16+
white-space: nowrap;
17+
text-overflow : ellipsis;
18+
}
19+
20+
#SearchWrapper {
21+
22+
visibility: hidden;
23+
24+
position: absolute;
25+
z-index: 1;
26+
27+
margin-left: 2%;
28+
29+
padding : 0.5em;
30+
31+
border: 1px solid black;
32+
background-color: lightskyblue;
33+
}
34+
35+
#SearchWrapper > div > div {
36+
37+
display: flex;
38+
39+
column-gap: 1em;
40+
41+
margin-bottom: 0.5em;
42+
}
43+
44+
#SearchWrapper > div > div > img {
45+
46+
width: 100px;
47+
height: 155.5px;
48+
object-fit: cover;
49+
}

0 commit comments

Comments
 (0)