4,114
edits
No edit summary |
No edit summary |
||
Line 160: | Line 160: | ||
#simpleSearch { | #simpleSearch { | ||
position: relative; /* Set position to relative for stacking */ | position: relative; /* Set position to relative for stacking */ | ||
} | } | ||
Line 173: | Line 172: | ||
background-color: rgba(255, 255, 255, 0.7); /* White background with 0.7 opacity */ | background-color: rgba(255, 255, 255, 0.7); /* White background with 0.7 opacity */ | ||
z-index: -1; /* Send the background behind other content */ | z-index: -1; /* Send the background behind other content */ | ||
} | |||
#searchform { | |||
padding-left: 6.2%; | |||
padding-bottom: 1%; | |||
} | } | ||