css: fix positioning of search button in tag search box.
Fixes the search button wrapping to the next line in Firefox. Also fixes the search box to be full width with no gap between the search box and the search button.
This commit is contained in:
@@ -32,20 +32,6 @@ div#page {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
/* ensure expanded search box renders above post thumbnails. */
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
button[type=submit] {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
#search-box button[type=submit] {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#options-box i.fa-bookmark {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
@@ -279,6 +279,16 @@ div#c-posts {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#search-box-form {
|
||||
display: flex;
|
||||
|
||||
#search-box-submit {
|
||||
padding: 2px 6px;
|
||||
border-left: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
div#a-index {
|
||||
menu#post-sections {
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
padding: 5px;
|
||||
|
||||
input#tags {
|
||||
width: 80%;
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
button[type=submit] {
|
||||
|
||||
Reference in New Issue
Block a user