4,554
edits
No edit summary |
No edit summary |
||
Line 155: | Line 155: | ||
text-align: left; | text-align: left; | ||
} | } | ||
.suggestions { | .suggestions { | ||
display: none!important; | |||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
position: relative; | position: relative; | ||
} | } | ||
#searchform { | #searchform { | ||
padding-left: 6.2%; | |||
padding-bottom: 2%; | |||
} | } | ||
Line 176: | Line 176: | ||
width: 200%; | width: 200%; | ||
height: 400%; | height: 400%; | ||
background-color: rgba(255, 255, 255, 0.7); | background-color: rgba(255, 255, 255, 0.7); | ||
z-index: -1; | z-index: -1; | ||
margin-left: -10%; | margin-left: -10%; | ||
} | } | ||
Line 183: | Line 183: | ||
#searchInput, | #searchInput, | ||
.closing-bracket { | .closing-bracket { | ||
display: none; | |||
border: none; | |||
} | } | ||
#simpleSearch:hover #searchInput { | #simpleSearch:hover #searchInput { | ||
display: inline; | |||
border-bottom: 1px solid black; | |||
margin-left: -8px; | |||
} | } | ||
#simpleSearch:hover .closing-bracket { | #simpleSearch:hover .closing-bracket { | ||
display: inline; | |||
} | } | ||
.nrs { | .nrs { | ||
margin-left: 40%; | margin-left: 40%; | ||
} | |||
#searchInput { | |||
position: absolute; /* Set the search input to absolute position */ | |||
right: 0; /* Align it to the right within #simpleSearch */ | |||
} | } |