new search
This commit is contained in:
54
style.css
54
style.css
@ -485,7 +485,7 @@ h2 sup, h2 sub {
|
||||
}
|
||||
|
||||
|
||||
/* geosearch input, and others */
|
||||
/* search input, and others */
|
||||
input:not([type]), .input,
|
||||
input[type="text"], input[type="password"],
|
||||
input[type="number"], input[type="email"],
|
||||
@ -502,23 +502,47 @@ input[type="search"], input[type="url"] {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#geosearch{
|
||||
width:272px;
|
||||
background-color: transparent;
|
||||
#searchwrapper {
|
||||
position: relative;
|
||||
}
|
||||
#geosearchwrapper {
|
||||
height:25px;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
#search {
|
||||
width: 100%;
|
||||
padding-right: 24px;
|
||||
}
|
||||
#geosearchwrapper img{
|
||||
vertical-align: bottom;
|
||||
margin-bottom: 2px;
|
||||
#buttongeolocation {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search_not_found{
|
||||
color:red;
|
||||
font-style: italic;
|
||||
#searchwrapper h3 {
|
||||
font-size: 1em;
|
||||
height: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
#searchwrapper .ui-accordion-header::before {
|
||||
font-size: 18px;
|
||||
margin-right: 2px;
|
||||
font-weight: normal;
|
||||
line-height: 1em;
|
||||
content: "⊞";
|
||||
}
|
||||
#searchwrapper .ui-accordion-header-active::before {
|
||||
content: "⊟";
|
||||
}
|
||||
#searchwrapper .ui-accordion-content {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
#searchwrapper ul {
|
||||
padding-left: 14px;
|
||||
}
|
||||
#searchwrapper li {
|
||||
cursor: pointer;
|
||||
}
|
||||
#searchwrapper li em {
|
||||
color: #ccc;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
@ -546,7 +570,7 @@ h3 {
|
||||
margin:0;
|
||||
height: 23px;
|
||||
width: 100%;
|
||||
overflow:hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user